aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-x11.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-x11.cfg')
-rw-r--r--make/gl-x11.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/gl-x11.cfg b/make/gl-x11.cfg
index f67e301cc..eaa968cbe 100644
--- a/make/gl-x11.cfg
+++ b/make/gl-x11.cfg
@@ -10,6 +10,9 @@ EmitProcAddressTable true
ProcAddressTableClassName GLProcAddressTable
GetProcAddressTableExpr _context.getGLProcAddressTable()
+# Pick up on-line OpenGL javadoc thanks to user cylab on javagaming.org forums
+TagNativeBinding true
+
CustomCCode #include <inttypes.h>
CustomCCode #include <stdlib.h>
CustomCCode #include <X11/Xlib.h>