kwin supports a good chunk of the NETWM spec... let's report it
svn path=/trunk/kdebase/kwin/; revision=77691
This commit is contained in:
parent
b3d8d4b410
commit
96c420e927
1 changed files with 5 additions and 1 deletions
|
@ -297,8 +297,11 @@ void Workspace::init()
|
|||
NET::WorkArea |
|
||||
NET::CloseWindow |
|
||||
NET::DesktopNames |
|
||||
NET::KDESystemTrayWindows |
|
||||
NET::CloseWindow |
|
||||
|
||||
NET::WMName |
|
||||
NET::WMVisibleName |
|
||||
NET::WMDesktop |
|
||||
NET::WMWindowType |
|
||||
NET::WMState |
|
||||
|
@ -306,7 +309,8 @@ void Workspace::init()
|
|||
NET::WMIconGeometry |
|
||||
NET::WMIcon |
|
||||
NET::WMPid |
|
||||
NET::WMKDESystemTrayWinFor
|
||||
NET::WMKDESystemTrayWinFor |
|
||||
NET::WMKDEFrameStrut
|
||||
;
|
||||
|
||||
rootInfo = new RootInfo( this, qt_xdisplay(), supportWindow->winId(), "KWin", protocols, qt_xscreen() );
|
||||
|
|
Loading…
Reference in a new issue