*** 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$
*/
#ifndef _DISPLAY_H
#define _DISPLAY_H
#include <jni.h>
extern jobjectArray getAvailableDisplayModes(JNIEnv *env);
@ -48,4 +51,6 @@ extern int getGammaRampLength(void);
extern void setGammaRamp(JNIEnv * env, jobject gammaRampBuffer);
extern jobject initDisplay(JNIEnv * env);
extern jstring getAdapter(JNIEnv * env);
extern jstring getVersion(JNIEnv * env);
extern jstring getVersion(JNIEnv * env);
#endif