diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 4304037..d2529bc 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -459,6 +459,8 @@ public: | |||
459 | const std::string &getWMClassName() const; | 459 | const std::string &getWMClassName() const; |
460 | const std::string &getWMClassClass() const; | 460 | const std::string &getWMClassClass() const; |
461 | std::string getWMRole() const; | 461 | std::string getWMRole() const; |
462 | Focusable::WindowType getWindowType() const; | ||
463 | void setWindowType(Focusable::WindowType type); | ||
462 | bool isTransient() const; | 464 | bool isTransient() const; |
463 | 465 | ||
464 | inline int x() const { return frame().x(); } | 466 | inline int x() const { return frame().x(); } |