diff options
author | Kenneth Russel <[email protected]> | 2006-08-02 18:18:43 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-08-02 18:18:43 +0000 |
commit | a81208760031b1f1c7affe58c9237b755bd61173 (patch) | |
tree | ce219bbfa92fd8fe07c74703c0fe9fcd6a3eb621 /src/classes/com/sun/opengl/impl/x11 | |
parent | ac1f6a6df5542a06e49166d570df6ade252ab0f1 (diff) |
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
Diffstat (limited to 'src/classes/com/sun/opengl/impl/x11')
-rw-r--r-- | src/classes/com/sun/opengl/impl/x11/X11GLDrawableFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |