diff options
author | Sven Gothel <[email protected]> | 2001-02-14 12:54:54 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-02-14 12:54:54 +0000 |
commit | 70be669b0db3713117982dbeeadbb91ed670e901 (patch) | |
tree | bd39a986a7b840d9ebf3dc0d796032c16cbf8634 /CNativeCode/OpenGL_X11_common.h | |
parent | aaad1aab82e57bc369e26f55a25b24fb77d9fd45 (diff) |
rel-2-5-2-0-test3rel-2-5-2-0-test3
Diffstat (limited to 'CNativeCode/OpenGL_X11_common.h')
-rw-r--r-- | CNativeCode/OpenGL_X11_common.h | 3 |
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, |