diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2012-07-14 08:08:28 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2012-07-14 08:08:28 (GMT) |
commit | a076bdcbdaef5d61370acd35e8e2870fb7ad9e09 (patch) | |
tree | 407162dc75cc242fa446a7dece77987aad0c81e8 /src/Window.hh | |
parent | 9a28a8bfec7606f19f373a27df33a89ba6f7de7c (diff) | |
parent | 2944cd0014cde6a219822f120fff9588225e8776 (diff) | |
download | fluxbox-a076bdcbdaef5d61370acd35e8e2870fb7ad9e09.zip fluxbox-a076bdcbdaef5d61370acd35e8e2870fb7ad9e09.tar.bz2 |
merge
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 0d2cadd..8c97c7b 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -414,6 +414,7 @@ public: | |||
414 | FbTk::FbWindow &parent() { return m_parent; } | 414 | FbTk::FbWindow &parent() { return m_parent; } |
415 | 415 | ||
416 | bool acceptsFocus() const; | 416 | bool acceptsFocus() const; |
417 | bool isModal() const; | ||
417 | const FbTk::PixmapWithMask &icon() const; | 418 | const FbTk::PixmapWithMask &icon() const; |
418 | const FbTk::BiDiString &title() const; | 419 | const FbTk::BiDiString &title() const; |
419 | const FbTk::FbString &getWMClassName() const; | 420 | const FbTk::FbString &getWMClassName() const; |