Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 520786
Collapse All | Expand All

(-)a/src/video/x11/SDL_x11video.c (-3 / +2 lines)
Lines 1088-1098 Link Here
1088
		}
1088
		}
1089
	}
1089
	}
1090
1090
1091
#if 0 /* This is an experiment - are the graphics faster now? - nope. */
1092
	if ( SDL_getenv("SDL_VIDEO_X11_BACKINGSTORE") )
1091
	if ( SDL_getenv("SDL_VIDEO_X11_BACKINGSTORE") )
1093
#endif
1092
	/* Cache the window in the server, on request */
1094
	/* Cache the window in the server, when possible */
1095
	{
1093
	{
1094
		printf("Backingstore is on.\n");
1096
		Screen *xscreen;
1095
		Screen *xscreen;
1097
		XSetWindowAttributes a;
1096
		XSetWindowAttributes a;
1098
1097

Return to bug 520786