diff options
author | Kenneth Russel <[email protected]> | 2006-03-08 23:59:07 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-03-08 23:59:07 +0000 |
commit | dc4ad0f2741c1fde3524decdf3bf30c1bf0e0eab (patch) | |
tree | 82c79d08bdcf0adea6adec2d2ff69059e62b97e4 /src/classes/com/sun/opengl/impl | |
parent | 3213573d5bae01d763265c08f3ca3c119707c0a9 (diff) |
Dummy putback to fix previous incorrect checkin comment:
Augmented DRIHack to look for /usr/X11R6/lib/modules/dri as well as
/usr/lib/dri when determining whether to enable DRI hack.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@656 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/classes/com/sun/opengl/impl')
-rw-r--r-- | src/classes/com/sun/opengl/impl/x11/DRIHack.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classes/com/sun/opengl/impl/x11/DRIHack.java b/src/classes/com/sun/opengl/impl/x11/DRIHack.java index 1d3d15955..5f818895d 100644 --- a/src/classes/com/sun/opengl/impl/x11/DRIHack.java +++ b/src/classes/com/sun/opengl/impl/x11/DRIHack.java @@ -79,7 +79,7 @@ import com.sun.opengl.impl.*; public class DRIHack { public static native long dlopen(String name); public static native int dlclose(long handle); - + private static final boolean DEBUG = Debug.debug("DRIHack"); private static boolean driHackNeeded; private static long libGLHandle; |