diff options
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index 157278e..5a29a5e 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -96,7 +96,8 @@ public: | |||
96 | std::string getWMRole() const; | 96 | std::string getWMRole() const; |
97 | WindowState::WindowType getWindowType() const { return m_window_type; } | 97 | WindowState::WindowType getWindowType() const { return m_window_type; } |
98 | void setWindowType(WindowState::WindowType type) { m_window_type = type; } | 98 | void setWindowType(WindowState::WindowType type) { m_window_type = type; } |
99 | FbTk::FbString getTextProperty(Atom prop) const { return FbTk::FbWindow::textProperty(prop); } | 99 | long getCardinalProperty(Atom prop,bool*exists=NULL) const { return FbTk::FbWindow::cardinalProperty(prop,exists); } |
100 | FbTk::FbString getTextProperty(Atom prop,bool*exists=NULL) const { return FbTk::FbWindow::textProperty(prop,exists); } | ||
100 | 101 | ||
101 | WinClient *transientFor() { return transient_for; } | 102 | WinClient *transientFor() { return transient_for; } |
102 | const WinClient *transientFor() const { return transient_for; } | 103 | const WinClient *transientFor() const { return transient_for; } |