Displaying 1 result from an estimated 1 matches for "inactive_screen".
2007 Apr 09
2
Paint chanegs block dbus and fuse plugins
...ow
changes.
Is there anything obvious here that would cause that?
static Bool
inactivePaintWindow (CompWindow *w,
const WindowPaintAttrib *attrib,
const CompTransform *transform,
Region region,
unsigned int mask)
{
Bool status;
INACTIVE_SCREEN (w->screen);
INACTIVE_WINDOW (w);
WindowPaintAttrib fAttrib = *attrib;
if (iw->managed
&& w->mapNum
&& (w->screen->display->activeWindow != w->id))
{
Bool painted = FALSE;
if (fAttrib.opacity != iw->inactiveOpacity)
{...