Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196878 | Differences between
and this patch

Collapse All | Expand All

(-)compiz-0.6.2/src/screen.c (-1 / +2 lines)
Lines 2244-2250 findTopLevelWindowAtScreen (CompScreen * Link Here
2244
	    for (w = s->windows; w; w = w->next)
2244
	    for (w = s->windows; w; w = w->next)
2245
		if (w->frame == id)
2245
		if (w->frame == id)
2246
		    return w;
2246
		    return w;
2247
	}
2247
	} else if (w->resName && strstr(w->resName,"screensaver"))
2248
	    return w;
2248
2249
2249
	return NULL;
2250
	return NULL;
2250
    }
2251
    }
(-)compiz-0.6.2/src/paint.c (-1 / +3 lines)
Lines 211-217 paintOutputRegion (CompScreen *sc Link Here
211
	    if (count == 0					      &&
211
	    if (count == 0					      &&
212
		!REGION_NOT_EMPTY (tmpRegion)			      &&
212
		!REGION_NOT_EMPTY (tmpRegion)			      &&
213
		screen->opt[COMP_SCREEN_OPTION_UNREDIRECT_FS].value.b &&
213
		screen->opt[COMP_SCREEN_OPTION_UNREDIRECT_FS].value.b &&
214
		XEqualRegion (w->region, &screen->region))
214
		XEqualRegion (w->region, &screen->region)             &&
215
		!(w->resName && strcmp(w->resName, "gnome-screensaver") == 0)
216
	       )
215
	    {
217
	    {
216
		unredirectWindow (w);
218
		unredirectWindow (w);
217
		fullscreenWindow = w;
219
		fullscreenWindow = w;

Return to bug 196878