diff options
author | markt <markt> | 2007-11-05 17:05:58 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-05 17:05:58 (GMT) |
commit | 97f7c3e1b59b9a94e36a78d97c141f6a05f43e20 (patch) | |
tree | 982ba8f35083fb54e5058f564ec8e301d8a229dc /src/Window.hh | |
parent | 2c4e1f9a024433396f17ea5f3ef3fda46e0d8edd (diff) | |
download | fluxbox-97f7c3e1b59b9a94e36a78d97c141f6a05f43e20.zip fluxbox-97f7c3e1b59b9a94e36a78d97c141f6a05f43e20.tar.bz2 |
various refactoring and minor changes
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(); } |