From 7828fdfb84d067bccdd434b8418a04ed27eb3a39 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Mon, 26 Dec 2005 22:38:50 +0000 Subject: Fixed build breakage pointed out by Travis after recent resetProcAddressTable refactoring git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@502 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java b/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java index 5bdc367e6..289d06e93 100644 --- a/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java +++ b/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java @@ -47,6 +47,7 @@ import java.security.*; import java.util.ArrayList; import java.util.List; import javax.media.opengl.*; +import com.sun.gluegen.runtime.*; import com.sun.opengl.impl.*; public class X11GLDrawableFactory extends GLDrawableFactoryImpl { @@ -73,7 +74,7 @@ public class X11GLDrawableFactory extends GLDrawableFactoryImpl { public X11GLDrawableFactory() { // Must initialize GLX support eagerly in case a pbuffer is the // first thing instantiated - resetProcAddressTable(GLX.getGLXProcAddressTable()); + ProcAddressHelper.resetProcAddressTable(GLX.getGLXProcAddressTable(), this); } private static final int MAX_ATTRIBS = 128; -- cgit v1.2.3