From a81208760031b1f1c7affe58c9237b755bd61173 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 2 Aug 2006 18:18:43 +0000 Subject: Fixed build breakage on X11 platforms after introduction of com.sun.gluegen.runtime.NativeLibLoader class git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@872 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/classes/com/sun/opengl') diff --git a/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java b/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java index 12a36e350..bf78c5f0e 100644 --- a/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java +++ b/src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java @@ -66,7 +66,7 @@ public class X11GLDrawableFactory extends GLDrawableFactoryImpl { // See DRIHack.java for an explanation of why this is necessary DRIHack.begin(); - NativeLibLoader.loadCore(); + com.sun.opengl.impl.NativeLibLoader.loadCore(); DRIHack.end(); -- cgit v1.2.3