aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/jogl/JAWT_DrawingSurfaceInfo.c
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-04-13 22:39:27 +0000
committerKenneth Russel <[email protected]>2006-04-13 22:39:27 +0000
commit67c19f70b5b15639882bb0d3cf64a4e1208ec2cd (patch)
tree9c9d87c666178f7f58ed88dd3d2672f43bb64954 /src/native/jogl/JAWT_DrawingSurfaceInfo.c
parent491499a5de8d471684c5a96b10bd51982ec33f5f (diff)
Support for building on HP/UX from user metasim on JOGL forum
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@713 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/native/jogl/JAWT_DrawingSurfaceInfo.c')
-rw-r--r--src/native/jogl/JAWT_DrawingSurfaceInfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/jogl/JAWT_DrawingSurfaceInfo.c b/src/native/jogl/JAWT_DrawingSurfaceInfo.c
index ae5c3f935..2bbfc7932 100644
--- a/src/native/jogl/JAWT_DrawingSurfaceInfo.c
+++ b/src/native/jogl/JAWT_DrawingSurfaceInfo.c
@@ -42,7 +42,7 @@
#ifdef WIN32
#define PLATFORM_DSI_SIZE sizeof(JAWT_Win32DrawingSurfaceInfo)
static const char* platformDSIClassName = "com/sun/opengl/impl/windows/JAWT_Win32DrawingSurfaceInfo";
-#elif defined(linux) || defined(__sun) || defined(__FreeBSD__)
+#elif defined(linux) || defined(__sun) || defined(__FreeBSD__) || defined(_HPUX)
#define PLATFORM_DSI_SIZE sizeof(JAWT_X11DrawingSurfaceInfo)
static const char* platformDSIClassName = "com/sun/opengl/impl/x11/JAWT_X11DrawingSurfaceInfo";
#elif defined(macosx)