fixed bug 510
[org.ibex.core.git] / src / org / ibex / plat / X11.java
index e821ad5..80db668 100644 (file)
@@ -40,10 +40,10 @@ public class X11 extends POSIX {
     protected native String _getClipBoard();
     protected native void _setClipBoard(String s);
     protected boolean _needsAutoDoubleClick() { return true; }
+    protected native String _fileDialog(String suggestedFileName, boolean write);
     protected native void eventThread();
     private native void natInit();
 
-    public X11() { }
     public void postInit() {
         natInit();
         (new Thread() { public void run() { eventThread(); } }).start();