diff options
author | Larry Hajali <larryhaja@gmail.com> | 2013-12-01 08:37:35 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-02 00:58:03 -0600 |
commit | b00d17583d82f47b42f54fdc450c589898af1da9 (patch) | |
tree | 77dc3714af4971b89b8720579a94c6e179eabe2d /games/desmume/glx_3Demu.cpp.patch | |
parent | 352680a4a168f166badb1583895dbe949c9c1ded (diff) | |
download | slackbuilds-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.patch | 10 |
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(); |