From 5b5b8fe543ec1e4189db1c9de4cea8755a2e3ddc Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Fri, 28 Jan 2005 01:57:28 +0000 Subject: Fixed build breakage on Windows and other non-X11 platforms after changes to make X11 build work on 64-bit platforms git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@192 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/gl-common-x11.cfg | 1 + make/gl-glx-common.cfg | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'make') diff --git a/make/gl-common-x11.cfg b/make/gl-common-x11.cfg index 5bc2ee8b6..dcaeac4f2 100644 --- a/make/gl-common-x11.cfg +++ b/make/gl-common-x11.cfg @@ -5,6 +5,7 @@ Include gl-common.cfg JavaOutputDir ../build/gensrc/classes NativeOutputDir ../build/gensrc/native/jogl +# XID needs to be treated as a long for 32/64 bit compatibility Opaque long XID # Get returned array's capacity from XGetVisualInfo to be correct diff --git a/make/gl-glx-common.cfg b/make/gl-glx-common.cfg index 93e5f794c..a613149bc 100644 --- a/make/gl-glx-common.cfg +++ b/make/gl-glx-common.cfg @@ -79,3 +79,7 @@ Ignore GLXHyperpipeNetworkSGIX Ignore GLXHyperpipeConfigSGIX Ignore GLXPipeRect Ignore GLXPipeRectLimits + +# XID shows up in the public API (and shouldn't -- will be removed in +# the JSR 231/239 APIs) and needs to be treated as a long for now +Opaque long XID -- cgit v1.2.3