[compiz] activateWindow() and shaded windows

Bellegarde Cedric gnumdk at gmail.com
Tue Jan 22 08:19:40 PST 2008


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...


More information about the compiz mailing list