Is there a particular reason for having this code in activateWindow
function (window.c 4212)?

  if (w->state & CompWindowStateHiddenMask)
    {   
        w->state &= ~CompWindowStateShadedMask;
        if (w->shaded)
            showWindow (w);
    }

It brake scale plugin unshading shaded windows on plugin terminate...
_______________________________________________
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz

Reply via email to