[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/kwin
From:       Rivo Laks <rivolaks () hot ! ee>
Date:       2008-03-03 19:17:56
Message-ID: 1204571876.960522.18851.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 781850 by rivol:

Return empty shape region if XShapeGetRectangles() returns null.

 M  +1 -1      scene.cpp  


--- trunk/KDE/kdebase/workspace/kwin/scene.cpp #781849:781850
@@ -353,7 +353,7 @@
                 XFree(rects);
                 }
             else
-                shape_region = QRegion( 0, 0, width(), height());
+                shape_region = QRegion();
             }
         else
             shape_region = QRegion( 0, 0, width(), height());
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic