Module: wine Branch: master Commit: 227446dacdbbefa20950c34c25819936e8aaab82 URL: https://source.winehq.org/git/wine.git/?a=commit;h=227446dacdbbefa20950c34c2...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Wed Sep 8 10:25:57 2021 +0800
winevdm: 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/winevdm/winevdm.manifest | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/programs/winevdm/winevdm.manifest b/programs/winevdm/winevdm.manifest index 9634ec55524..6547ce24206 100644 --- a/programs/winevdm/winevdm.manifest +++ b/programs/winevdm/winevdm.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>