diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 080ceac..7f8133e 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -422,6 +422,7 @@ 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 | void setWindowType(WindowState::WindowType type); | 426 | void setWindowType(WindowState::WindowType type); |
426 | bool isTransient() const; | 427 | bool isTransient() const; |
427 | 428 | ||