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

Alexandre Julliard julliard at winehq.org
Tue Sep 7 16:25:18 CDT 2021


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

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Tue Sep  7 11:11:31 2021 +0800

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

diff --git a/programs/taskmgr/taskmgr.manifest b/programs/taskmgr/taskmgr.manifest
index b93212bc931..dc599d1ee9f 100644
--- a/programs/taskmgr/taskmgr.manifest
+++ b/programs/taskmgr/taskmgr.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