NETWM says we have to set this property to (0,0) if we don't support it
svn path=/trunk/kdebase/kwin/; revision=163694
This commit is contained in:
parent
e125eb2bc4
commit
8366e220bf
1 changed files with 3 additions and 0 deletions
|
@ -440,6 +440,9 @@ void Workspace::init()
|
|||
|
||||
updateClientArea();
|
||||
raiseElectricBorders();
|
||||
|
||||
// NETWM spec says we have to set it to (0,0) if we don't support it
|
||||
rootInfo->setDesktopViewport( 1, NETPoint());
|
||||
}
|
||||
|
||||
Workspace::~Workspace()
|
||||
|
|
Loading…
Reference in a new issue