diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc index 5f64705..1837cee 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -3363,6 +3363,10 @@ FbTk::FbString FluxboxWindow::getWMRole() const { | |||
3363 | return (m_client ? m_client->getWMRole() : "FluxboxWindow"); | 3363 | return (m_client ? m_client->getWMRole() : "FluxboxWindow"); |
3364 | } | 3364 | } |
3365 | 3365 | ||
3366 | FbTk::FbString FluxboxWindow::getTextProperty(Atom prop) const { | ||
3367 | return (m_client ? m_client->getTextProperty(prop) : Focusable::getTextProperty(prop)); | ||
3368 | } | ||
3369 | |||
3366 | bool FluxboxWindow::isTransient() const { | 3370 | bool FluxboxWindow::isTransient() const { |
3367 | return (m_client && m_client->isTransient()); | 3371 | return (m_client && m_client->isTransient()); |
3368 | } | 3372 | } |