mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-02 03:24:10 +01:00
Potential fix for the titlebar issue on win2k
This commit is contained in:
parent
e709d0167a
commit
0786d857f8
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue