From a222c2a675783dfceee549f9b8899bb5e884daab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sat, 11 Nov 2006 09:05:45 +0000 Subject: [PATCH] Gee, map also the child X window. Qt makes some things way too simple. svn path=/branches/work/kwin_composite/; revision=604018 --- composite.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/composite.cpp b/composite.cpp index c410052131..8433428d81 100644 --- a/composite.cpp +++ b/composite.cpp @@ -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 ); }