18 Sep
2024
18 Sep
'24
1:31 p.m.
Emil Velikov (@xexaxo) commented about dlls/win32u/sysparams.c:
grab_fullscreen = IS_OPTION_TRUE( buffer[0] ); if (!get_config_key( hkey, appkey, "Decorated", buffer, sizeof(buffer) )) decorated_mode = IS_OPTION_TRUE( buffer[0] ); + if (!get_config_key( hkey, appkey, "ForceDpiAwareness", buffer, sizeof(buffer) ))
Maybe call this OverrideDpiAwareness - "force" seems rather ambiguous IMHO. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6521#note_82541