summaryrefslogtreecommitdiffstats
path: root/games/desmume/glx_3Demu.cpp.patch
diff options
context:
space:
mode:
author Larry Hajali2013-12-01 08:37:35 +0100
committer Robby Workman2013-12-02 07:58:03 +0100
commitb00d17583d82f47b42f54fdc450c589898af1da9 (patch)
tree77dc3714af4971b89b8720579a94c6e179eabe2d /games/desmume/glx_3Demu.cpp.patch
parent352680a4a168f166badb1583895dbe949c9c1ded (diff)
downloadslackbuilds-b00d17583d82f47b42f54fdc450c589898af1da9.tar.gz
games/desmume: Updated for version 0.9.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/desmume/glx_3Demu.cpp.patch')
-rw-r--r--games/desmume/glx_3Demu.cpp.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/desmume/glx_3Demu.cpp.patch b/games/desmume/glx_3Demu.cpp.patch
new file mode 100644
index 0000000000..a26415cfc6
--- /dev/null
+++ b/games/desmume/glx_3Demu.cpp.patch
@@ -0,0 +1,10 @@
+--- a/trunk/desmume/src/gtk/glx_3Demu.cpp
++++ b/trunk/desmume/src/gtk/glx_3Demu.cpp
+@@ -31,7 +31,7 @@
+ static GLXContext ctx;
+ static GLXPbuffer pbuf;
+
+-void deinit_glx_3Demu(void)
++int deinit_glx_3Demu(void)
+ {
+ Display *dpy = glXGetCurrentDisplay();