mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 18:15:28 -04:00
Disable high DPI support
This commit is contained in:
parent
38bda8e1cd
commit
837d7bfff8
@ -268,7 +268,8 @@ void Window_Init(void) {
|
|||||||
if (lib) {
|
if (lib) {
|
||||||
DynamicLib_GetAll(lib, funcs, Array_Elems(funcs));
|
DynamicLib_GetAll(lib, funcs, Array_Elems(funcs));
|
||||||
/* Enable high DPI support */
|
/* Enable high DPI support */
|
||||||
if (_SetProcessDPIAware) _SetProcessDPIAware();
|
/* TODO re-enable when this can be set via option */
|
||||||
|
/* if (_SetProcessDPIAware) _SetProcessDPIAware(); */
|
||||||
}
|
}
|
||||||
|
|
||||||
hdc = GetDC(NULL);
|
hdc = GetDC(NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user