aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/glxtool.h
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2001-11-11 21:30:13 +0000
committerKenneth Russel <[email protected]>2001-11-11 21:30:13 +0000
commitf610ac01f50165b2ea6bc4a81d02abf2e222d876 (patch)
tree2b54144d82803e6665a371b6eeeae6812a16e3ac /CNativeCode/glxtool.h
parent3b0e7fd364c6d61b97f4f2daf405b30e662fddc7 (diff)
Support for NVidia AllocateMemoryNV extension and fixed problem with extensions not being loaded
Diffstat (limited to 'CNativeCode/glxtool.h')
-rwxr-xr-xCNativeCode/glxtool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CNativeCode/glxtool.h b/CNativeCode/glxtool.h
index 03e28a5..d6d7332 100755
--- a/CNativeCode/glxtool.h
+++ b/CNativeCode/glxtool.h
@@ -91,7 +91,7 @@
*/
LIBAPI void LIBAPIENTRY fetch_GLX_FUNCS
(const char * libGLName,
- const char * libGLUName, int force);
+ const char * libGLUName, int force, int reload);
LIBAPI int LIBAPIENTRY x11gl_myErrorHandler(
Display *pDisp, XErrorEvent *p_error);