Gee, map also the child X window. Qt makes some things way too simple.
svn path=/branches/work/kwin_composite/; revision=604018
This commit is contained in:
parent
60d343f1d7
commit
a222c2a675
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ void Workspace::setupOverlay( Window w )
|
|||
assert( overlay != None );
|
||||
XShapeCombineRectangles( display(), overlay, ShapeInput, 0, 0, NULL, 0, ShapeSet, Unsorted );
|
||||
XShapeCombineRectangles( display(), w, ShapeInput, 0, 0, NULL, 0, ShapeSet, Unsorted );
|
||||
XMapWindow( display(), w );
|
||||
XMapRaised( display(), overlay );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue