Module: wine Branch: master Commit: c07d50c3b94e91e518c8c11d8aa35cd54fb00f77 URL: https://gitlab.winehq.org/wine/wine/-/commit/c07d50c3b94e91e518c8c11d8aa35cd...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 9 13:19:12 2023 +0100
winevdm: Don't claim that 16-bit apps are DPI aware.
---
programs/winevdm/winevdm.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/winevdm/winevdm.manifest b/programs/winevdm/winevdm.manifest index 98bc91bd786..b5dd0efae6d 100644 --- a/programs/winevdm/winevdm.manifest +++ b/programs/winevdm/winevdm.manifest @@ -3,7 +3,7 @@ <assemblyIdentity type="win32" name="Wine.Winevdm" version="0.0.0.0"/> <application xmlns="urn:schemas-microsoft-com:asm.v3"> <windowsSettings> - <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> + <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</dpiAware> </windowsSettings> </application> </assembly>