Add WM2Activities to supported properties
We have the property, so let's announce that we support it. REVIEW: 120227
This commit is contained in:
parent
9fae34f86f
commit
60e847cdd6
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ RootInfo *RootInfo::create()
|
|||
NET::WM2FullPlacement |
|
||||
NET::WM2FullscreenMonitors |
|
||||
NET::WM2KDEShadow;
|
||||
#if KWIN_BUILD_ACTIVITIES
|
||||
properties2 |= NET::WM2Activities;
|
||||
#endif
|
||||
const NET::Actions actions = NET::ActionMove |
|
||||
NET::ActionResize |
|
||||
NET::ActionMinimize |
|
||||
|
|
Loading…
Reference in a new issue