diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index bb27060..8f599a4 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -422,7 +422,8 @@ public: | |||
422 | const FbTk::FbString &getWMClassName() const; | 422 | const FbTk::FbString &getWMClassName() const; |
423 | const FbTk::FbString &getWMClassClass() const; | 423 | const FbTk::FbString &getWMClassClass() const; |
424 | std::string getWMRole() const; | 424 | std::string getWMRole() const; |
425 | FbTk::FbString getTextProperty(Atom prop) const; | 425 | long getCardinalProperty(Atom prop,bool*exists=NULL) const; |
426 | FbTk::FbString getTextProperty(Atom prop,bool*exists=NULL) const; | ||
426 | void setWindowType(WindowState::WindowType type); | 427 | void setWindowType(WindowState::WindowType type); |
427 | bool isTransient() const; | 428 | bool isTransient() const; |
428 | 429 | ||