aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/x11
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-06-25 05:50:55 +0000
committerSven Gothel <[email protected]>2008-06-25 05:50:55 +0000
commitb02adebb3213e19aecfe84e6966e52976e5c09cf (patch)
tree6435fdac5e3ccad90ae1e96b684e56d79fb57bcf /src/classes/com/sun/opengl/impl/x11
parent800c7da4656277810d579e76b74558434bb6467c (diff)
Native Compilation: Partitioning and X11 clean
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1680 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/glx/X11GLXDrawableFactory.java2
-rw-r--r--src/classes/com/sun/opengl/impl/x11/glx/awt/X11AWTGLXDrawableFactory.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/classes/com/sun/opengl/impl/x11/glx/X11GLXDrawableFactory.java b/src/classes/com/sun/opengl/impl/x11/glx/X11GLXDrawableFactory.java
index ed48f9186..dd5e69dcd 100644
--- a/src/classes/com/sun/opengl/impl/x11/glx/X11GLXDrawableFactory.java
+++ b/src/classes/com/sun/opengl/impl/x11/glx/X11GLXDrawableFactory.java
@@ -88,7 +88,7 @@ public class X11GLXDrawableFactory extends GLDrawableFactoryImpl {
// See DRIHack.java for an explanation of why this is necessary
DRIHack.begin();
- com.sun.opengl.impl.NativeLibLoader.loadCore();
+ com.sun.opengl.impl.NativeLibLoader.loadGL2();
DRIHack.end();
}
diff --git a/src/classes/com/sun/opengl/impl/x11/glx/awt/X11AWTGLXDrawableFactory.java b/src/classes/com/sun/opengl/impl/x11/glx/awt/X11AWTGLXDrawableFactory.java
index d969f18aa..a6f545b87 100644
--- a/src/classes/com/sun/opengl/impl/x11/glx/awt/X11AWTGLXDrawableFactory.java
+++ b/src/classes/com/sun/opengl/impl/x11/glx/awt/X11AWTGLXDrawableFactory.java
@@ -58,7 +58,7 @@ public class X11AWTGLXDrawableFactory extends X11GLXDrawableFactory {
// See DRIHack.java for an explanation of why this is necessary
DRIHack.begin();
- com.sun.opengl.impl.NativeLibLoader.loadCore();
+ com.sun.opengl.impl.NativeLibLoader.loadGL2();
DRIHack.end();
}