diff options
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index ba576f1a..8b24eacb 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) |