diff options
Diffstat (limited to 'kdecore/netwm_def.h')
-rw-r--r-- | kdecore/netwm_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kdecore/netwm_def.h b/kdecore/netwm_def.h index f2e11505d..94042cf1c 100644 --- a/kdecore/netwm_def.h +++ b/kdecore/netwm_def.h @@ -610,6 +610,7 @@ public: WM2WindowRole = 1<<11, ///< @since 3.3 WM2ClientMachine = 1<<12, ///< @since 3.3 WM2ShowingDesktop = 1<<13, ///< @since 3.5 + WM2FullPlacement = 1<<14, WM2DesktopLayout = 1<<15 ///< @since 3.5.8 }; |