< prev index next >

src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c

Print this page
rev 59106 : imported patch client

*** 177,195 **** static void freeX11InputMethodData(JNIEnv *, X11InputMethodData *); #if defined(__linux__) static Window getParentWindow(Window); #endif - #ifdef __solaris__ - /* Prototype for this function is missing in Solaris X11R6 Xlib.h */ - extern char *XSetIMValues( - #if NeedVarargsPrototypes - XIM /* im */, ... - #endif - ); - #endif - /* * This function is stolen from /src/solaris/hpi/src/system_md.c * It is used in setting the time in Java-level InputEvents */ jlong --- 177,186 ----
< prev index next >