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:
Luboš Luňák 2002-06-28 20:28:33 +00:00
parent e125eb2bc4
commit 8366e220bf

View file

@ -440,6 +440,9 @@ void Workspace::init()
updateClientArea(); updateClientArea();
raiseElectricBorders(); raiseElectricBorders();
// NETWM spec says we have to set it to (0,0) if we don't support it
rootInfo->setDesktopViewport( 1, NETPoint());
} }
Workspace::~Workspace() Workspace::~Workspace()