diff options
author | Sven Gothel <[email protected]> | 2014-06-18 03:50:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-18 03:50:19 +0200 |
commit | 799e2c79eac6e45ad16eeffee9194f1a2677b167 (patch) | |
tree | 4278332316bb0097a34f7d5d6abdd5aa50d4b66a /make/config/jogl/glx-x11.cfg | |
parent | 4e91f5e085585481b542c476a1ba599f2e914bf1 (diff) |
Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount call-by-value extension)
- GLU*: initializeImpl() is no more required, since it's not forced .. uncomment in manual static initializer
- GLX: 'ForceStaticInitCode GLX', i.e. forcing native code, as used in our manual implementation.
Diffstat (limited to 'make/config/jogl/glx-x11.cfg')
-rw-r--r-- | make/config/jogl/glx-x11.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/config/jogl/glx-x11.cfg b/make/config/jogl/glx-x11.cfg index 1c138c8ae..6a5bdc484 100644 --- a/make/config/jogl/glx-x11.cfg +++ b/make/config/jogl/glx-x11.cfg @@ -32,6 +32,7 @@ CustomJavaCode GLX public static GLXProcAddressTable getGLXProcAddressTable() { IncludeAs CustomJavaCode GLX glx-CustomJavaCode.java IncludeAs CustomCCode glx-CustomCCode.c +ForceStaticInitCode GLX ArgumentIsString XOpenDisplay 0 |