From: Rémi Bernon rbernon@codeweavers.com
As it deals with display settings and virtual desktop updates, we need it to work with physical coordinates. --- programs/explorer/explorer.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/explorer/explorer.manifest b/programs/explorer/explorer.manifest index a4b573f0b41..b9839d8ab61 100644 --- a/programs/explorer/explorer.manifest +++ b/programs/explorer/explorer.manifest @@ -15,7 +15,7 @@ </dependency> <application xmlns="urn:schemas-microsoft-com:asm.v3"> <windowsSettings> - <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> + <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware> </windowsSettings> </application> </assembly>