summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-04-20 01:53:43 +0000
committerKenneth Russel <[email protected]>2006-04-20 01:53:43 +0000
commit9635db552700e3bc91646fa1261ee59edc8bfd82 (patch)
tree02661e2b2e6b8eaef1d9a5cac1d306a249ae0727 /make
parentd8348ee3761bc8f05c11043a96a90d67c85bd867 (diff)
Made cgGLSetParameterPointer NIODirectOnly because of its semantics
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@730 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/cg-common.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/cg-common.cfg b/make/cg-common.cfg
index 6f73e7ed0..d0ae8303c 100644
--- a/make/cg-common.cfg
+++ b/make/cg-common.cfg
@@ -99,6 +99,11 @@ Import java.nio.*
# And NativeLibLoader for help loading the native libraries
Import com.sun.opengl.impl.*
+#
+# NIODirectOnly directives for routines requiring them for semantic reasons
+#
+NIODirectOnly cgGLSetParameterPointer
+
# Raise CgException instead of RuntimeException in glue code
RuntimeExceptionType CgException