[PATCH 1/9] wineboot: Add system DPI awareness settings to the application manifest.
7 Sep
2021
7 Sep
'21
9:24 p.m.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> --- programs/wineboot/wineboot.manifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/wineboot/wineboot.manifest b/programs/wineboot/wineboot.manifest index 6e5892ae6ac..2ac376230bc 100644 --- a/programs/wineboot/wineboot.manifest +++ b/programs/wineboot/wineboot.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> -- 2.30.2
1647
Age (days ago)
1647
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhiyi Zhang