Module: wine Branch: master Commit: dacf456ca66df56386014bab0d657e1bb30d4dbc URL: https://source.winehq.org/git/wine.git/?a=commit;h=dacf456ca66df56386014bab0...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Wed Sep 8 10:25:07 2021 +0800
winedbg: 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/winedbg/winedbg.manifest | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/programs/winedbg/winedbg.manifest b/programs/winedbg/winedbg.manifest index 5061d141f16..5746534b076 100644 --- a/programs/winedbg/winedbg.manifest +++ b/programs/winedbg/winedbg.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>