2004/01/19 21:07:39
[org.ibex.core.git] / src / org / xwt / plat / Linux.java
index 72def10..029d6b5 100644 (file)
@@ -5,6 +5,7 @@ import org.xwt.*;
 
 /** Linux with an X11 display */
 public abstract class Linux extends X11 {
+    private static thisClass = Linux.class;
     public static void main(String[] s) throws Exception { Main.main(s); }
 
     private native void fixEnvironment();