From f613323d93ba43053d81a123244895e87d6d7c79 Mon Sep 17 00:00:00 2001 From: Zhiyi Zhang Date: Mon, 6 Sep 2021 16:54:52 +0800 Subject: [PATCH] explorer: Add system DPI awareness settings to the application manifest. This is also required for get_monitor_dpi() in wineserver to function properly for DPI unaware applications because it uses desktop window DPI as monitor DPI. Signed-off-by: Zhiyi Zhang Signed-off-by: Alexandre Julliard --- programs/explorer/explorer.manifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/explorer/explorer.manifest b/programs/explorer/explorer.manifest index 15e5428a1b7..a4b573f0b41 100644 --- a/programs/explorer/explorer.manifest +++ b/programs/explorer/explorer.manifest @@ -13,4 +13,9 @@ /> + + + true + +