forked from openrs2/openrs2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
568 B
29 lines
568 B
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class jaggl_X11_dri */
|
|
|
|
#ifndef _Included_jaggl_X11_dri
|
|
#define _Included_jaggl_X11_dri
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: jaggl_X11_dri
|
|
* Method: open
|
|
* Signature: (Ljava/lang/String;)Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_jaggl_X11_dri_open
|
|
(JNIEnv *, jclass, jstring);
|
|
|
|
/*
|
|
* Class: jaggl_X11_dri
|
|
* Method: close
|
|
* Signature: ()Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_jaggl_X11_dri_close
|
|
(JNIEnv *, jclass);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|
|
|