aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/OpenGL_X11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'CNativeCode/OpenGL_X11_common.h')
-rw-r--r--CNativeCode/OpenGL_X11_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/CNativeCode/OpenGL_X11_common.h b/CNativeCode/OpenGL_X11_common.h
index 2eff8e3..bba3040 100644
--- a/CNativeCode/OpenGL_X11_common.h
+++ b/CNativeCode/OpenGL_X11_common.h
@@ -30,7 +30,8 @@
*/
LIBAPI int LIBAPIENTRY get_GC( Display *display, Window win,
XVisualInfo *visual,
- GLXContext *gc, GLXContext gc_share);
+ GLXContext *gc, GLXContext gc_share,
+ jboolean verbose );
LIBAPI VisualGC LIBAPIENTRY findVisualGlX( Display *display,
Window rootWin,