diff options
author | Kenneth Russel <[email protected]> | 2006-11-20 16:34:50 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-11-20 16:34:50 +0000 |
commit | 12c9d35be04e3bcfefb3844d20ab16dd1c70c918 (patch) | |
tree | d1e91c6e43b82e516ccdef72346f29016c96e0c6 /make/wglext.cfg | |
parent | 9a6f259961520812f8a12115704279af255557ea (diff) |
Updated glext.h to include new NVidia GeForce 8 series extensions.
Updated wglext.h and glxext.h to current versions plus GeForce 8
series extensions.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@991 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/wglext.cfg')
-rw-r--r-- | make/wglext.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/wglext.cfg b/make/wglext.cfg index 5c7537481..eedcd4d72 100644 --- a/make/wglext.cfg +++ b/make/wglext.cfg @@ -12,7 +12,8 @@ ProcAddressTableClassName WGLExtProcAddressTable GetProcAddressTableExpr _context.getWGLExtProcAddressTable() # Ignore everything that doesn't start with wgl or WGL -Ignore ^[^wW].+ +Ignore GL_.+ +Ignore gl.+ CustomCCode #define WIN32_LEAN_AND_MEAN CustomCCode #include <windows.h> |