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