*** empty log message ***

This commit is contained in:
Elias Naur 2004-07-03 14:41:06 +00:00
parent 48f01cf614
commit 2d5ff5d23d
1 changed files with 6 additions and 1 deletions

View File

@ -39,6 +39,9 @@
* @version $Revision$ * @version $Revision$
*/ */
#ifndef _DISPLAY_H
#define _DISPLAY_H
#include <jni.h> #include <jni.h>
extern jobjectArray getAvailableDisplayModes(JNIEnv *env); extern jobjectArray getAvailableDisplayModes(JNIEnv *env);
@ -49,3 +52,5 @@ extern void setGammaRamp(JNIEnv * env, jobject gammaRampBuffer);
extern jobject initDisplay(JNIEnv * env); extern jobject initDisplay(JNIEnv * env);
extern jstring getAdapter(JNIEnv * env); extern jstring getAdapter(JNIEnv * env);
extern jstring getVersion(JNIEnv * env); extern jstring getVersion(JNIEnv * env);
#endif