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

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


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

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

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

diff --git a/programs/clock/clock.manifest b/programs/clock/clock.manifest
index 4a9f38c4ff8..393459c383c 100644
--- a/programs/clock/clock.manifest
+++ b/programs/clock/clock.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