diff options
author | markt <markt> | 2007-10-14 18:05:31 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-14 18:05:31 (GMT) |
commit | 7e4f8a38531642cc9cb6cba31499d549f4c5f8a0 (patch) | |
tree | cd06e7c0330aff145744a8284bf5ff8ad4f0bbe1 /src/Window.hh | |
parent | 79cd21ce0fe56f4b38a96ecccc969f740b801cc8 (diff) | |
download | fluxbox-7e4f8a38531642cc9cb6cba31499d549f4c5f8a0.zip fluxbox-7e4f8a38531642cc9cb6cba31499d549f4c5f8a0.tar.bz2 |
add support for transient windows in client patterns, and merge a few more changes from pre-devel
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 d001284..3a87463 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -435,6 +435,7 @@ public: | |||
435 | const std::string &getWMClassName() const; | 435 | const std::string &getWMClassName() const; |
436 | const std::string &getWMClassClass() const; | 436 | const std::string &getWMClassClass() const; |
437 | std::string getWMRole() const; | 437 | std::string getWMRole() const; |
438 | bool isTransient() const; | ||
438 | 439 | ||
439 | inline int x() const { return frame().x(); } | 440 | inline int x() const { return frame().x(); } |
440 | inline int y() const { return frame().y(); } | 441 | inline int y() const { return frame().y(); } |