[fusion-commits] Addhelper plugin: Changes to 'master' (c46fbf34becf36f70c343e51b266c46fb6c14685)
kristian at server.opencompositing.org
kristian at server.opencompositing.org
Thu May 22 21:36:24 CEST 2008
New commits:
commit c46fbf34becf36f70c343e51b266c46fb6c14685
Author: Kristian Lyngstol <kristian at bohemians.org>
Date: Thu May 22 21:35:59 2008 +0200
Don't initially dim override_redirect windows, fixes menu issues
addhelper.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: fusion/plugins/addhelper/addhelper.c
===================================================================
--- fusion/plugins/addhelper/addhelper.c
+++ fusion/plugins/addhelper/addhelper.c
@@ -232,7 +232,9 @@ addhelperInitWindow (CompPlugin *p,
w->base.privates[as->windowPrivateIndex].ptr = aw;
- if (ad->toggle && w->id != w->screen->display->activeWindow)
+ if (ad->toggle &&
+ w->id != w->screen->display->activeWindow &&
+ !w->attrib.override_redirect)
aw->dim = TRUE;
else
aw->dim = FALSE;
More information about the commits
mailing list