From a3b5e5acd774ce8d48d647e5a35f2ce2c7e505c7 Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 22 May 2022 16:50:38 -0400 Subject: deprecate sdl Signed-off-by: David P --- .../sdl/SDL-1.2.15-no-default-backing-store.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 libre/sdl/SDL-1.2.15-no-default-backing-store.patch (limited to 'libre/sdl/SDL-1.2.15-no-default-backing-store.patch') diff --git a/libre/sdl/SDL-1.2.15-no-default-backing-store.patch b/libre/sdl/SDL-1.2.15-no-default-backing-store.patch deleted file mode 100644 index 4d5209d1e..000000000 --- a/libre/sdl/SDL-1.2.15-no-default-backing-store.patch +++ /dev/null @@ -1,24 +0,0 @@ -Do not harness backing store by default - -xorg-server 1.15 enables backing store if composite extension is enabled -(default settings). Harnessing backing store through compositor leads to -tearing effect. - -This patch reverts default harnessing backing store to conditional use if -SDL_VIDEO_X11_BACKINGSTORE environment variable exists. - - - - -diff -up SDL-1.2.15/src/video/x11/SDL_x11video.c.jx SDL-1.2.15/src/video/x11/SDL_x11video.c ---- SDL-1.2.15/src/video/x11/SDL_x11video.c.jx 2012-01-19 01:30:06.000000000 -0500 -+++ SDL-1.2.15/src/video/x11/SDL_x11video.c 2014-03-04 14:39:34.691545549 -0500 -@@ -1088,7 +1088,7 @@ static int X11_CreateWindow(_THIS, SDL_S - } - } - --#if 0 /* This is an experiment - are the graphics faster now? - nope. */ -+#if 1 /* This is an experiment - are the graphics faster now? - nope. */ - if ( SDL_getenv("SDL_VIDEO_X11_BACKINGSTORE") ) - #endif - /* Cache the window in the server, when possible */ -- cgit v1.2.3