*** empty log message ***

This commit is contained in:
Elias Naur 2004-07-03 14:53:25 +00:00
parent 2d5ff5d23d
commit 05afc24027
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,9 @@
* @version $Revision$
*/
#ifndef _DISPLAY_H
#define _DISPLAY_H
#include <jni.h>
extern jobject initDisplay(JNIEnv *env);
@ -47,3 +50,5 @@ extern void resetDisplayMode(JNIEnv * env);
extern jobjectArray getAvailableDisplayModes(JNIEnv * env);
extern int getGammaRampLength(void);
extern void setGammaRamp(JNIEnv *env, jobject gamma_ramp_buffer);
#endif