[Xorg] [PATCH] Stop faded windows disappearing when mapped with xcompmgr

Rich Wareham rjw57 at hermes.cam.ac.uk
Tue Aug 17 05:06:31 PDT 2004


This is a trivial little patch to make sure things like Gtk menus don't
disappear when fade is turned on in xcompmgr. No idea if this is the
'proper' fix but it works for me.

--- xcompmgr.c  14 Aug 2004 21:39:51 -0000      1.26
+++ xcompmgr.c  17 Aug 2004 12:02:22 -0000
@@ -197,6 +197,8 @@
 {
     fade    **prev;

+    f->w->opacity = OPAQUE;
+
     for (prev = &fades; *prev; prev = &(*prev)->next)
        if (*prev == f)
        {


-- 
Rich



More information about the xorg mailing list