diff options
author | Sven Gothel <[email protected]> | 2001-06-18 23:20:46 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-06-18 23:20:46 +0000 |
commit | cc7376ee5616743cdd7b7a5c711f054b32ae8e4e (patch) | |
tree | 1550b5fd8630667151fe30e74811abb6a45792ea /CNativeCode/OpenGL_misc.h | |
parent | 8512ae5ab8a75fad8a75aec0b6e04e3fcd1d2c6f (diff) |
2.8.0.0 pre-release cvs only
Diffstat (limited to 'CNativeCode/OpenGL_misc.h')
-rw-r--r-- | CNativeCode/OpenGL_misc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CNativeCode/OpenGL_misc.h b/CNativeCode/OpenGL_misc.h index 8f307c4..5781fc2 100644 --- a/CNativeCode/OpenGL_misc.h +++ b/CNativeCode/OpenGL_misc.h @@ -12,6 +12,7 @@ #include <jni.h> + #include "jnitools.h" #include "gltool.h" #ifndef LIBAPIENTRY @@ -21,8 +22,8 @@ #define LIBAPI extern #endif - LIBAPI char libGLName[/*800*/]; - LIBAPI char libGLUName[/*800*/]; + LIBAPI char libGLName[800]; + LIBAPI char libGLUName[800]; /** * gets the capabilities outta java's GLCapabilities object 'capsObj' |