2004/01/17 06:46:42
[org.ibex.core.git] / src / org / xwt / plat / Linux.java
index b291801..a976aa9 100644 (file)
@@ -5,4 +5,11 @@ import org.xwt.*;
 
 /** Linux with an X11 display */
 public abstract class Linux extends X11 {
+
+    private native void fixEnvironment();
+    
+    public Linux() {
+        fixEnvironment();
+    }
+
 }