diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2012-07-07 02:30:39 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2012-07-07 02:30:39 (GMT) |
commit | 9eecd58bf30c8b1c0d72b9070bf91e2c60f32fa5 (patch) | |
tree | 340b04665d5df5305bdb59bf619aee8813b33d39 /src/Window.hh | |
parent | 610a15ac47371c5cbd4c2dcf6eec696aec5bb4fa (diff) | |
download | fluxbox_pavel-9eecd58bf30c8b1c0d72b9070bf91e2c60f32fa5.zip fluxbox_pavel-9eecd58bf30c8b1c0d72b9070bf91e2c60f32fa5.tar.bz2 |
make alt-tab skip modal windows
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; |