Potential fix for the titlebar issue on win2k

This commit is contained in:
Elias Naur 2004-05-14 12:52:39 +00:00
parent e709d0167a
commit 0786d857f8
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ static bool createWindow(JNIEnv *env, jstring title_obj, int x, int y, int width
return false;
}
hdc = GetWindowDC(hwnd);
hdc = GetDC(hwnd);
return true;
}