summaryrefslogtreecommitdiff
path: root/java/java3d/files/patch-gldefs.h
blob: 2b0b7ccfc16c73bee595a50b67ee3a95b3d758f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- j3d-core/src/native/ogl/gldefs.h.orig	2008-02-28 15:18:01.000000000 -0500
+++ j3d-core/src/native/ogl/gldefs.h	2015-02-05 16:38:10.813942000 -0500
@@ -65,6 +65,8 @@
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 
+typedef ptrdiff_t GLsizeiptr;
+typedef ptrdiff_t GLintptr;
 #include <GL/gl.h>
 #include <GL/glx.h>
 #ifdef Java3D_undef__glext_h_