| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class sun_awt_X11_XInputMethod */ |
| 4 | |
| 5 | #ifndef _Included_sun_awt_X11_XInputMethod |
| 6 | #define _Included_sun_awt_X11_XInputMethod |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | #undef sun_awt_X11_XInputMethod_XIMReverse |
| 11 | #define sun_awt_X11_XInputMethod_XIMReverse 1L |
| 12 | #undef sun_awt_X11_XInputMethod_XIMUnderline |
| 13 | #define sun_awt_X11_XInputMethod_XIMUnderline 2L |
| 14 | #undef sun_awt_X11_XInputMethod_XIMHighlight |
| 15 | #define sun_awt_X11_XInputMethod_XIMHighlight 4L |
| 16 | #undef sun_awt_X11_XInputMethod_XIMPrimary |
| 17 | #define sun_awt_X11_XInputMethod_XIMPrimary 32L |
| 18 | #undef sun_awt_X11_XInputMethod_XIMSecondary |
| 19 | #define sun_awt_X11_XInputMethod_XIMSecondary 64L |
| 20 | #undef sun_awt_X11_XInputMethod_XIMTertiary |
| 21 | #define sun_awt_X11_XInputMethod_XIMTertiary 128L |
| 22 | #undef sun_awt_X11_XInputMethod_XIMVisibleToForward |
| 23 | #define sun_awt_X11_XInputMethod_XIMVisibleToForward 256L |
| 24 | #undef sun_awt_X11_XInputMethod_XIMVisibleToBackward |
| 25 | #define sun_awt_X11_XInputMethod_XIMVisibleToBackward 512L |
| 26 | #undef sun_awt_X11_XInputMethod_XIMVisibleCenter |
| 27 | #define sun_awt_X11_XInputMethod_XIMVisibleCenter 1024L |
| 28 | #undef sun_awt_X11_XInputMethod_XIMVisibleMask |
| 29 | #define sun_awt_X11_XInputMethod_XIMVisibleMask 1792L |
| 30 | #undef sun_awt_X11_XInputMethod_INITIAL_SIZE |
| 31 | #define sun_awt_X11_XInputMethod_INITIAL_SIZE 64L |
| 32 | /* |
| 33 | * Class: sun_awt_X11_XInputMethod |
| 34 | * Method: openXIMNative |
| 35 | * Signature: (J)Z |
| 36 | */ |
| 37 | JNIEXPORT jboolean JNICALL Java_sun_awt_X11_XInputMethod_openXIMNative |
| 38 | (JNIEnv *, jobject, jlong); |
| 39 | |
| 40 | /* |
| 41 | * Class: sun_awt_X11_XInputMethod |
| 42 | * Method: createXICNative |
| 43 | * Signature: (J)Z |
| 44 | */ |
| 45 | JNIEXPORT jboolean JNICALL Java_sun_awt_X11_XInputMethod_createXICNative |
| 46 | (JNIEnv *, jobject, jlong); |
| 47 | |
| 48 | /* |
| 49 | * Class: sun_awt_X11_XInputMethod |
| 50 | * Method: setXICFocusNative |
| 51 | * Signature: (JZZ)V |
| 52 | */ |
| 53 | JNIEXPORT void JNICALL Java_sun_awt_X11_XInputMethod_setXICFocusNative |
| 54 | (JNIEnv *, jobject, jlong, jboolean, jboolean); |
| 55 | |
| 56 | /* |
| 57 | * Class: sun_awt_X11_XInputMethod |
| 58 | * Method: adjustStatusWindow |
| 59 | * Signature: (J)V |
| 60 | */ |
| 61 | JNIEXPORT void JNICALL Java_sun_awt_X11_XInputMethod_adjustStatusWindow |
| 62 | (JNIEnv *, jobject, jlong); |
| 63 | |
| 64 | #ifdef __cplusplus |
| 65 | } |
| 66 | #endif |
| 67 | #endif |
| 68 | |