Silly me, I put _NET_WM_FULLSCREEN_MONITORS in and forgot to add it to the
list kwin advertises as supporing in _NET_SUPPORTED. This remedies that and now _NET_WM_FULLSCREEN_MONITORS is listed properly. svn path=/trunk/KDE/kdebase/workspace/; revision=904348
This commit is contained in:
parent
e53a9e8701
commit
071802244d
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ void Workspace::init()
|
|||
NET::WM2ShowingDesktop |
|
||||
NET::WM2DesktopLayout |
|
||||
NET::WM2FullPlacement |
|
||||
NET::WM2FullscreenMonitors |
|
||||
0
|
||||
,
|
||||
NET::ActionMove |
|
||||
|
|
Loading…
Reference in a new issue