2004/01/13 12:00:24
[org.ibex.core.git] / src / org / xwt / plat / X11.java
index a6ce65b..a770994 100644 (file)
@@ -46,7 +46,7 @@ public class X11 extends POSIX {
     private native void natInit();
 
     public X11() { }
-    public void init() {
+    public void postInit() {
         natInit();
         (new Thread() { public void run() { eventThread(); } }).start();
     }