diff options
author | Nick White <git@njw.me.uk> | 2012-01-11 19:44:26 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-01-11 19:44:26 +0000 |
commit | 00a0162d824e1693619b85413aa6fc4bd3e98e72 (patch) | |
tree | 2c12a627f678e970ce6c0f8b9c02901e53e3fb29 /media-libs/libsdl/files/libsdl-1.2.14-raisefullscreen.patch | |
parent | 8eb4d59b4e2a12c1b49137a39aa04947527a24a2 (diff) | |
download | njw-gentoo-local-master.tar.bz2 njw-gentoo-local-master.zip |
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.patch | 10 |
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 */ + } |