add functions to give the skipTaskbar/Pager state
This commit is contained in:
parent
8934a553dc
commit
9e89436208
2 changed files with 6 additions and 2 deletions
|
@ -549,6 +549,10 @@ BB @param window The window id that the Client class should handle
|
|||
focus while it exists/remains modal.
|
||||
*/
|
||||
inline bool modal() const { return _modal; }
|
||||
//! 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.
|
||||
|
|
Loading…
Reference in a new issue