Module: wine Branch: master Commit: 838e7bcd1b20e5cb005b0dea06e0c76631a1b9fd URL: https://source.winehq.org/git/wine.git/?a=commit;h=838e7bcd1b20e5cb005b0dea0...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Wed Sep 8 10:25:15 2021 +0800
winefile: Add system DPI awareness settings to the application manifest.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/winefile/winefile.manifest | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/programs/winefile/winefile.manifest b/programs/winefile/winefile.manifest index 4ebd48c8933..d4ae2d1b3f0 100644 --- a/programs/winefile/winefile.manifest +++ b/programs/winefile/winefile.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>