| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class sun_awt_X11_XWindow */ |
| 4 | |
| 5 | #ifndef _Included_sun_awt_X11_XWindow |
| 6 | #define _Included_sun_awt_X11_XWindow |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | #undef sun_awt_X11_XWindow_MIN_SIZE |
| 11 | #define sun_awt_X11_XWindow_MIN_SIZE 1L |
| 12 | #undef sun_awt_X11_XWindow_DEF_LOCATION |
| 13 | #define sun_awt_X11_XWindow_DEF_LOCATION 1L |
| 14 | #undef sun_awt_X11_XWindow_AWT_MULTICLICK_SMUDGE |
| 15 | #define sun_awt_X11_XWindow_AWT_MULTICLICK_SMUDGE 4L |
| 16 | /* |
| 17 | * Class: sun_awt_X11_XWindow |
| 18 | * Method: getNativeColor |
| 19 | * Signature: (Ljava/awt/Color;Ljava/awt/GraphicsConfiguration;)I |
| 20 | */ |
| 21 | JNIEXPORT jint JNICALL Java_sun_awt_X11_XWindow_getNativeColor |
| 22 | (JNIEnv *, jobject, jobject, jobject); |
| 23 | |
| 24 | /* |
| 25 | * Class: sun_awt_X11_XWindow |
| 26 | * Method: getWMInsets |
| 27 | * Signature: (JJJJJJ)V |
| 28 | */ |
| 29 | JNIEXPORT void JNICALL Java_sun_awt_X11_XWindow_getWMInsets |
| 30 | (JNIEnv *, jobject, jlong, jlong, jlong, jlong, jlong, jlong); |
| 31 | |
| 32 | /* |
| 33 | * Class: sun_awt_X11_XWindow |
| 34 | * Method: getTopWindow |
| 35 | * Signature: (JJ)J |
| 36 | */ |
| 37 | JNIEXPORT jlong JNICALL Java_sun_awt_X11_XWindow_getTopWindow |
| 38 | (JNIEnv *, jobject, jlong, jlong); |
| 39 | |
| 40 | /* |
| 41 | * Class: sun_awt_X11_XWindow |
| 42 | * Method: getWindowBounds |
| 43 | * Signature: (JJJJJ)V |
| 44 | */ |
| 45 | JNIEXPORT void JNICALL Java_sun_awt_X11_XWindow_getWindowBounds |
| 46 | (JNIEnv *, jobject, jlong, jlong, jlong, jlong, jlong); |
| 47 | |
| 48 | /* |
| 49 | * Class: sun_awt_X11_XWindow |
| 50 | * Method: initIDs |
| 51 | * Signature: ()V |
| 52 | */ |
| 53 | JNIEXPORT void JNICALL Java_sun_awt_X11_XWindow_initIDs |
| 54 | (JNIEnv *, jclass); |
| 55 | |
| 56 | /* |
| 57 | * Class: sun_awt_X11_XWindow |
| 58 | * Method: x11inputMethodLookupString |
| 59 | * Signature: (J[J)Z |
| 60 | */ |
| 61 | JNIEXPORT jboolean JNICALL Java_sun_awt_X11_XWindow_x11inputMethodLookupString |
| 62 | (JNIEnv *, jobject, jlong, jlongArray); |
| 63 | |
| 64 | /* |
| 65 | * Class: sun_awt_X11_XWindow |
| 66 | * Method: haveCurrentX11InputMethodInstance |
| 67 | * Signature: ()Z |
| 68 | */ |
| 69 | JNIEXPORT jboolean JNICALL Java_sun_awt_X11_XWindow_haveCurrentX11InputMethodInstance |
| 70 | (JNIEnv *, jobject); |
| 71 | |
| 72 | /* |
| 73 | * Class: sun_awt_X11_XWindow |
| 74 | * Method: getAWTKeyCodeForKeySym |
| 75 | * Signature: (I)I |
| 76 | */ |
| 77 | JNIEXPORT jint JNICALL Java_sun_awt_X11_XWindow_getAWTKeyCodeForKeySym |
| 78 | (JNIEnv *, jclass, jint); |
| 79 | |
| 80 | /* |
| 81 | * Class: sun_awt_X11_XWindow |
| 82 | * Method: getKeySymForAWTKeyCode |
| 83 | * Signature: (I)I |
| 84 | */ |
| 85 | JNIEXPORT jint JNICALL Java_sun_awt_X11_XWindow_getKeySymForAWTKeyCode |
| 86 | (JNIEnv *, jclass, jint); |
| 87 | |
| 88 | #ifdef __cplusplus |
| 89 | } |
| 90 | #endif |
| 91 | #endif |
| 92 | |