X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FX11.java;h=80db6680fa9492ab44e20ac606ff27b6691ea101;hb=2532e32f07910e63b366ac8e02e897e5314be72c;hp=14c4ca048f99470a45ebf03567894777d453910c;hpb=e4a8b8cbccc958639f4552d94c5a7c84d09f0ebc;p=org.ibex.core.git diff --git a/src/org/ibex/plat/X11.java b/src/org/ibex/plat/X11.java index 14c4ca0..80db668 100644 --- a/src/org/ibex/plat/X11.java +++ b/src/org/ibex/plat/X11.java @@ -40,6 +40,7 @@ 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();