aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2012-07-07 02:30:39 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2012-07-07 02:30:39 (GMT)
commit9eecd58bf30c8b1c0d72b9070bf91e2c60f32fa5 (patch)
tree340b04665d5df5305bdb59bf619aee8813b33d39 /src/Window.hh
parent610a15ac47371c5cbd4c2dcf6eec696aec5bb4fa (diff)
downloadfluxbox-9eecd58bf30c8b1c0d72b9070bf91e2c60f32fa5.zip
fluxbox-9eecd58bf30c8b1c0d72b9070bf91e2c60f32fa5.tar.bz2
make alt-tab skip modal windows
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
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;