Zhiyi Zhang : wordpad: 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: b8578a8ba93158e29305496618c1978924fecbc9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b8578a8ba93158e29305496618c1978924fecbc9

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

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

diff --git a/programs/wordpad/wordpad.manifest b/programs/wordpad/wordpad.manifest
index 51fb21fa97d..26cdfed0569 100644
--- a/programs/wordpad/wordpad.manifest
+++ b/programs/wordpad/wordpad.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