[fusion-commits] Compiz mirror: Changes to 'master' (9e3487d61f884d2e68437c72bb02d920ee89c707)

compiz at server.opencompositing.org compiz at server.opencompositing.org
Tue May 13 07:47:56 CEST 2008


New commits:
commit 9e3487d61f884d2e68437c72bb02d920ee89c707
Author: Danny Baumann <dannybaumann at web.de>
Date:   Tue May 13 07:46:43 2008 +0200

    Don't touch ConfigureRequest events of dock and desktop windows.


 plugins/place.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Modified: compiz/plugins/place.c
===================================================================
--- compiz/plugins/place.c
+++ compiz/plugins/place.c
@@ -1210,6 +1210,10 @@ placeValidateWindowResizeRequest (CompWindow     *w,
     if (w->state & CompWindowStateFullscreenMask)
 	return;
 
+    if (w->wmType & (CompWindowTypeDockMask |
+		     CompWindowTypeDesktopMask))
+	return;
+
     if (!(w->type & (CompWindowTypeNormalMask |
 		     CompWindowTypeSplashMask |
 		     CompWindowTypeDialogMask |


More information about the commits mailing list