summaryrefslogtreecommitdiff
path: root/media-libs/libsdl/files/libsdl-1.2.14-raisefullscreen.patch
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-01-11 19:44:26 +0000
committerNick White <git@njw.me.uk>2012-01-11 19:44:26 +0000
commit00a0162d824e1693619b85413aa6fc4bd3e98e72 (patch)
tree2c12a627f678e970ce6c0f8b9c02901e53e3fb29 /media-libs/libsdl/files/libsdl-1.2.14-raisefullscreen.patch
parent8eb4d59b4e2a12c1b49137a39aa04947527a24a2 (diff)
downloadnjw-gentoo-local-00a0162d824e1693619b85413aa6fc4bd3e98e72.tar.bz2
njw-gentoo-local-00a0162d824e1693619b85413aa6fc4bd3e98e72.zip
Add libsdl version that fixes sdl for dwmHEADmaster
Diffstat (limited to 'media-libs/libsdl/files/libsdl-1.2.14-raisefullscreen.patch')
-rw-r--r--media-libs/libsdl/files/libsdl-1.2.14-raisefullscreen.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/libsdl/files/libsdl-1.2.14-raisefullscreen.patch b/media-libs/libsdl/files/libsdl-1.2.14-raisefullscreen.patch
new file mode 100644
index 0000000..1407000
--- /dev/null
+++ b/media-libs/libsdl/files/libsdl-1.2.14-raisefullscreen.patch
@@ -0,0 +1,10 @@
+--- SDL-1.2.14/src/video/x11/SDL_x11modes.c~ 2012-01-11 17:38:21.138611142 +0100
++++ SDL-1.2.14/src/video/x11/SDL_x11modes.c 2012-01-11 17:30:52.906622687 +0100
+@@ -968,6 +968,7 @@
+ x = (real_w - window_w)/2;
+ y = (real_h - window_h)/2;
+ XReparentWindow(SDL_Display, SDL_Window, FSwindow, x, y);
++ XRaiseWindow(SDL_Display, FSwindow);
+ /* FIXME: move the mouse to the old relative location */
+ XSync(SDL_Display, True); /* Flush spurious mode change events */
+ }