< prev index next >

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

Print this page

        

*** 38,48 **** #include <sun_awt_X11InputMethod.h> #include <sun_awt_X11_XInputMethod.h> #define THROW_OUT_OF_MEMORY_ERROR() \ JNU_ThrowOutOfMemoryError((JNIEnv *)JNU_GetEnv(jvm, JNI_VERSION_1_2), NULL) - #define SETARG(name, value) XtSetArg(args[argc], name, value); argc++ struct X11InputMethodIDs { jfieldID pData; } x11InputMethodIDs; --- 38,47 ----
*** 588,598 **** XWindowAttributes xxwa; /* Variable for XCreateFontSet()*/ char **mclr; int mccr = 0; char *dsr; ! Pixel bg, fg, light, dim; int x, y, off_x, off_y, xx, yy; unsigned int w, h, bw, depth; XGCValues values; unsigned long valuemask = 0; /*ignore XGCvalue and use defaults*/ int screen = 0; --- 587,597 ---- XWindowAttributes xxwa; /* Variable for XCreateFontSet()*/ char **mclr; int mccr = 0; char *dsr; ! unsigned long bg, fg, light, dim; int x, y, off_x, off_y, xx, yy; unsigned int w, h, bw, depth; XGCValues values; unsigned long valuemask = 0; /*ignore XGCvalue and use defaults*/ int screen = 0;
< prev index next >