ports/emulators/desmume/files/patch-src_gtk_glx_3Demu.cpp
Alex Kozlov 70f8171c6a - Update to 0.9.10 [1]
- Fix build with clang [1]
- Fix ncpu detection [1]
- Pass maintainership to submitter
- Convert to USES=dos2unix
- Support STAGEDIR
- Remove support for FreeBSD 7.x
- Remove LICENSE_FILE for standard license

PR:	ports/184111 [1]
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> (based on) [1]
Approved by:	llc2w@virginia.edu (old maintainer)
2014-01-26 03:20:55 +00:00

14 lines
301 B
C++

--- src/gtk/glx_3Demu.cpp.orig 2013-11-28 01:36:53.712615000 +0100
+++ src/gtk/glx_3Demu.cpp 2013-12-14 20:08:01.000000000 +0100
@@ -41,11 +41,7 @@
glXDestroyContext(dpy, ctx);
XCloseDisplay(dpy);
-
- return true;
}
-
- return false;
}
int init_glx_3Demu(void)