aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-08-18 21:07:37 +0200
committerSven Gothel <[email protected]>2012-08-18 21:07:37 +0200
commitea7bd4789892f063182fd9970e11cfe9ffa44bea (patch)
tree3f5738829a54d2e6bcea060f1e19719f1207431d /src/newt/classes
parentb275393db0062c98baa055230fe0e89abd2756ae (diff)
Fix missing NEWT driver class name change - regression of a694cadca4ab72481e777222f412f006f973f77e
Diffstat (limited to 'src/newt/classes')
-rw-r--r--src/newt/classes/com/jogamp/newt/util/MainThread.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/classes/com/jogamp/newt/util/MainThread.java b/src/newt/classes/com/jogamp/newt/util/MainThread.java
index 9c2f2a0b7..5e79e9b49 100644
--- a/src/newt/classes/com/jogamp/newt/util/MainThread.java
+++ b/src/newt/classes/com/jogamp/newt/util/MainThread.java
@@ -92,7 +92,7 @@ import jogamp.newt.NEWTJNILibLoader;
* Which starts 4 threads, each with a window and OpenGL rendering.<br>
*/
public class MainThread {
- private static final String MACOSXDisplayClassName = "jogamp.newt.driver.macosx.MacDisplay";
+ private static final String MACOSXDisplayClassName = "jogamp.newt.driver.macosx.DisplayDriver";
private static final Platform.OSType osType;
private static final boolean isMacOSX;
private static final ThreadGroup rootThreadGroup;