summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-30 22:58:12 +0000
committerDana Jansens <danakj@orodu.net>2003-01-30 22:58:12 +0000
commit9e894362082b9cfe3d6169f85cabdd3fc3c04baa (patch)
tree60753be66426222d519050b1ea532405b7f1d532 /src/client.hh
parent8934a553dcfbb0ea6035d2de8ed86595d3703f5a (diff)
add functions to give the skipTaskbar/Pager state
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client.hh b/src/client.hh
index e70dc268..d43984cb 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -549,7 +549,11 @@ BB @param window The window id that the Client class should handle
focus while it exists/remains modal.
*/
inline bool modal() const { return _modal; }
- //! Returns if the window is shaded
+ //! The window should not be displayed by pagers
+ inline bool skipPager() const { return _skip_pager; }
+ //! The window should not be displayed by taskbars
+ inline bool skipTaskbar() const { return _skip_taskbar; }
+ //! Returns if the window is shaded
/*!
When the window is shaded, only its titlebar is visible.
*/