mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 09:35:23 -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) {
|
||||
DynamicLib_GetAll(lib, funcs, Array_Elems(funcs));
|
||||
/* Enable high DPI support */
|
||||
if (_SetProcessDPIAware) _SetProcessDPIAware();
|
||||
/* TODO re-enable when this can be set via option */
|
||||
/* if (_SetProcessDPIAware) _SetProcessDPIAware(); */
|
||||
}
|
||||
|
||||
hdc = GetDC(NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user