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

Alexandre Julliard julliard at winehq.org
Mon Sep 6 16:15:04 CDT 2021


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

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Mon Sep  6 16:54:28 2021 +0800

control: Add DPI system 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/control/control.manifest | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/programs/control/control.manifest b/programs/control/control.manifest
index 2834937e564..0b677f379b0 100644
--- a/programs/control/control.manifest
+++ b/programs/control/control.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