[PATCH 2/5] clock: Add DPI system awareness settings to the application manifest.
6 Sep
2021
6 Sep
'21
8:54 a.m.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> --- programs/clock/clock.manifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/clock/clock.manifest b/programs/clock/clock.manifest index 4a9f38c4ff8..393459c383c 100644 --- a/programs/clock/clock.manifest +++ b/programs/clock/clock.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
1560
Age (days ago)
1560
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhiyi Zhang