mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
b00d17583d
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
10 lines
257 B
Diff
10 lines
257 B
Diff
--- 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();
|