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