From 4f1304e3d4039b6388f7ac7886894b5fc280b089 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 26 Jun 2003 13:35:42 +0000 Subject: Fixed inheritance problem with GL on Mac OS X. Updated documentation. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@14 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/gl-macosx.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'make/gl-macosx.cfg') diff --git a/make/gl-macosx.cfg b/make/gl-macosx.cfg index 234878b93..a22b13477 100644 --- a/make/gl-macosx.cfg +++ b/make/gl-macosx.cfg @@ -1,8 +1,10 @@ -# This .cfg file is used to generate the class which implements the GL -# interface on a particular platform. +# This .cfg file is used to generate the GL interface. Package net.java.games.jogl Style InterfaceOnly JavaClass GL +Extends GL WGL +Extends GL GLX +Extends GL CGL Include gl-common-macosx.cfg -EmitProcAddressTable false \ No newline at end of file +EmitProcAddressTable false -- cgit v1.2.3