Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 0257cb64e4491c9033bccc46653056d9 > files > 14

compiz-0.7.8-3mdv2009.0.src.rpm

From a1d5864171ab87ca0ce04d23f87742e3292b3318 Mon Sep 17 00:00:00 2001
From: Danny Baumann <dannybaumann@web.de>
Date: Thu, 2 Oct 2008 09:44:25 +0200
Subject: [PATCH] Also treat utility, menu and toolbar windows as group transients.

---
 src/window.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/window.c b/src/window.c
index ba576f1..8b24eac 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2920,7 +2920,10 @@ isGroupTransient (CompWindow *w,
 
     if (w->transientFor == None || w->transientFor == w->screen->root)
     {
-	if (w->type & (CompWindowTypeDialogMask |
+	if (w->type & (CompWindowTypeUtilMask    |
+		       CompWindowTypeToolbarMask |
+		       CompWindowTypeMenuMask    |
+		       CompWindowTypeDialogMask  |
 		       CompWindowTypeModalDialogMask))
 	{
 	    if (w->clientLeader == clientLeader)
-- 
1.6.0.2