summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-11-05 17:05:58 (GMT)
committermarkt <markt>2007-11-05 17:05:58 (GMT)
commit97f7c3e1b59b9a94e36a78d97c141f6a05f43e20 (patch)
tree982ba8f35083fb54e5058f564ec8e301d8a229dc /src/Window.hh
parent2c4e1f9a024433396f17ea5f3ef3fda46e0d8edd (diff)
downloadfluxbox_lack-97f7c3e1b59b9a94e36a78d97c141f6a05f43e20.zip
fluxbox_lack-97f7c3e1b59b9a94e36a78d97c141f6a05f43e20.tar.bz2
various refactoring and minor changes
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
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(); }