1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_java2d_opengl_OGLContext */ |
4 | |
5 | #ifndef _Included_sun_java2d_opengl_OGLContext |
6 | #define _Included_sun_java2d_opengl_OGLContext |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | #undef sun_java2d_opengl_OGLContext_NO_CONTEXT_FLAGS |
11 | #define sun_java2d_opengl_OGLContext_NO_CONTEXT_FLAGS 0L |
12 | #undef sun_java2d_opengl_OGLContext_SRC_IS_OPAQUE |
13 | #define sun_java2d_opengl_OGLContext_SRC_IS_OPAQUE 1L |
14 | #undef sun_java2d_opengl_OGLContext_USE_MASK |
15 | #define sun_java2d_opengl_OGLContext_USE_MASK 2L |
16 | /* |
17 | * Class: sun_java2d_opengl_OGLContext |
18 | * Method: getOGLIdString |
19 | * Signature: ()Ljava/lang/String; |
20 | */ |
21 | JNIEXPORT jstring JNICALL Java_sun_java2d_opengl_OGLContext_getOGLIdString |
22 | (JNIEnv *, jclass); |
23 | |
24 | #ifdef __cplusplus |
25 | } |
26 | #endif |
27 | #endif |
28 | |