Zhiyi Zhang : winecfg: Add system DPI awareness settings to the application manifest.

Alexandre Julliard julliard at winehq.org
Wed Sep 8 15:12:38 CDT 2021


Module: wine
Branch: master
Commit: 757be2748179914fd052e829bb5c0839959ff9de
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=757be2748179914fd052e829bb5c0839959ff9de

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Wed Sep  8 10:24:54 2021 +0800

winecfg: Add system DPI awareness settings to the application manifest.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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>




More information about the wine-cvs mailing list