Resize the overlay-window to allow compositing to continue working after xrandr-events.
CCBUG:180994 svn path=/trunk/KDE/kdebase/workspace/; revision=937637
This commit is contained in:
parent
62f7201f41
commit
f30b3e2373
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ bool Workspace::createOverlay()
|
|||
overlay = XCompositeGetOverlayWindow( display(), rootWindow());
|
||||
if( overlay == None )
|
||||
return false;
|
||||
XResizeWindow(display(), overlay, displayWidth(), displayHeight());
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue