[PATCH 2/9] winecfg: Add system DPI awareness settings to the application manifest.

Zhiyi Zhang zzhang at codeweavers.com
Tue Sep 7 21:24:54 CDT 2021


Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
---
 programs/winecfg/winecfg.manifest | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/programs/winecfg/winecfg.manifest b/programs/winecfg/winecfg.manifest
index 900887751ab..a0f08603ba2 100644
--- a/programs/winecfg/winecfg.manifest
+++ b/programs/winecfg/winecfg.manifest
@@ -13,4 +13,9 @@
         />
     </dependentAssembly>
 </dependency>
+<application xmlns="urn:schemas-microsoft-com:asm.v3">
+    <windowsSettings>
+        <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
+    </windowsSettings>
+</application>
 </assembly>
-- 
2.30.2




More information about the wine-devel mailing list