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

Zhiyi Zhang zzhang at codeweavers.com
Mon Sep 6 22:11:31 CDT 2021


Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
---
 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>
-- 
2.30.2




More information about the wine-devel mailing list