1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_awt_X11GraphicsEnvironment */ |
4 | |
5 | #ifndef _Included_sun_awt_X11GraphicsEnvironment |
6 | #define _Included_sun_awt_X11GraphicsEnvironment |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: sun_awt_X11GraphicsEnvironment |
12 | * Method: initGLX |
13 | * Signature: ()Z |
14 | */ |
15 | JNIEXPORT jboolean JNICALL Java_sun_awt_X11GraphicsEnvironment_initGLX |
16 | (JNIEnv *, jclass); |
17 | |
18 | /* |
19 | * Class: sun_awt_X11GraphicsEnvironment |
20 | * Method: initXRender |
21 | * Signature: (ZZ)Z |
22 | */ |
23 | JNIEXPORT jboolean JNICALL Java_sun_awt_X11GraphicsEnvironment_initXRender |
24 | (JNIEnv *, jclass, jboolean, jboolean); |
25 | |
26 | /* |
27 | * Class: sun_awt_X11GraphicsEnvironment |
28 | * Method: checkShmExt |
29 | * Signature: ()I |
30 | */ |
31 | JNIEXPORT jint JNICALL Java_sun_awt_X11GraphicsEnvironment_checkShmExt |
32 | (JNIEnv *, jclass); |
33 | |
34 | /* |
35 | * Class: sun_awt_X11GraphicsEnvironment |
36 | * Method: getDisplayString |
37 | * Signature: ()Ljava/lang/String; |
38 | */ |
39 | JNIEXPORT jstring JNICALL Java_sun_awt_X11GraphicsEnvironment_getDisplayString |
40 | (JNIEnv *, jclass); |
41 | |
42 | /* |
43 | * Class: sun_awt_X11GraphicsEnvironment |
44 | * Method: initDisplay |
45 | * Signature: (Z)V |
46 | */ |
47 | JNIEXPORT void JNICALL Java_sun_awt_X11GraphicsEnvironment_initDisplay |
48 | (JNIEnv *, jclass, jboolean); |
49 | |
50 | /* |
51 | * Class: sun_awt_X11GraphicsEnvironment |
52 | * Method: getNumScreens |
53 | * Signature: ()I |
54 | */ |
55 | JNIEXPORT jint JNICALL Java_sun_awt_X11GraphicsEnvironment_getNumScreens |
56 | (JNIEnv *, jobject); |
57 | |
58 | /* |
59 | * Class: sun_awt_X11GraphicsEnvironment |
60 | * Method: getDefaultScreenNum |
61 | * Signature: ()I |
62 | */ |
63 | JNIEXPORT jint JNICALL Java_sun_awt_X11GraphicsEnvironment_getDefaultScreenNum |
64 | (JNIEnv *, jobject); |
65 | |
66 | /* |
67 | * Class: sun_awt_X11GraphicsEnvironment |
68 | * Method: pRunningXinerama |
69 | * Signature: ()Z |
70 | */ |
71 | JNIEXPORT jboolean JNICALL Java_sun_awt_X11GraphicsEnvironment_pRunningXinerama |
72 | (JNIEnv *, jclass); |
73 | |
74 | #ifdef __cplusplus |
75 | } |
76 | #endif |
77 | #endif |
78 | |