*** empty log message ***

This commit is contained in:
Elias Naur 2004-11-13 22:27:19 +00:00
parent c9b1268c0d
commit de41972b2e
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ static jobjectArray GetAvailableDisplayModesEx(JNIEnv * env);
static jobjectArray GetAvailableDisplayModes(JNIEnv * env);
static char * getDriver();
static bool modeSet = false; // Whether we've done a display mode change
static WORD originalGamma[256 * 3]; // Original gamma settings
static WORD currentGamma[256 * 3]; // Current gamma settings
static WORD originalGamma[GAMMA_SIZE]; // Original gamma settings
static WORD currentGamma[GAMMA_SIZE]; // Current gamma settings
static DEVMODE devmode; // Now we'll remember this value for the future
extern HWND display_hwnd; // Handle to the window
extern RECT clientSize;