CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libsdl: initial import
[ports/opt-arm64.git] / libsdl / libsdl-1.2.15-bs.patch
1 diff -urN SDL-1.2.15.orig/src/video/x11/SDL_x11video.c SDL-1.2.15/src/video/x11/SDL_x11video.c
2 --- SDL-1.2.15.orig/src/video/x11/SDL_x11video.c 2012-01-19 00:30:06.000000000 -0600
3 +++ SDL-1.2.15/src/video/x11/SDL_x11video.c 2014-11-24 11:06:26.103652066 -0600
4 @@ -1088,7 +1088,7 @@
5 }
6 }
7
8 -#if 0 /* This is an experiment - are the graphics faster now? - nope. */
9 +#if 1 /* This is an experiment - are the graphics faster now? - nope. */
10 if ( SDL_getenv("SDL_VIDEO_X11_BACKINGSTORE") )
11 #endif
12 /* Cache the window in the server, when possible */