Module: wine Branch: master Commit: 3331d92a3cc3a0e5ee23ad8d7ca023f9377a62bc URL: https://source.winehq.org/git/wine.git/?a=commit;h=3331d92a3cc3a0e5ee23ad8d7...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Mon Sep 6 16:54:45 2021 +0800
dxdiag: 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/dxdiag/dxdiag.manifest | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/programs/dxdiag/dxdiag.manifest b/programs/dxdiag/dxdiag.manifest index 57ba80c05db..6b17f6cd09f 100644 --- a/programs/dxdiag/dxdiag.manifest +++ b/programs/dxdiag/dxdiag.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>