Disable high DPI support

This commit is contained in:
UnknownShadow200 2022-01-09 21:20:56 +11:00
parent 38bda8e1cd
commit 837d7bfff8

View File

@ -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);