X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=d43984cbff9b1cb9a3cb9382081f9fdf4447568e;hb=f92804ec20cb51d8656887ea9a78d68a06b1f02a;hp=e70dc268b482480a7357e15ffd286ca315d4397a;hpb=bb6ac36d410ba62bc8bb481dd6461a30aace42fd;p=chaz%2Fopenbox 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. */