From a9c2408c1036afad3aaa0ab9a1ab1c5ba3555b0d Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 25 Sep 2009 23:32:14 +0000 Subject: [PATCH] Change manifest files to declare Windows GUI apps to be "DPI-aware", that is, not fazed by being displayed at other than 96DPI; testing on Vista at a range of DPIs indicates that we cope (with the minor and inevitable exception of the drag-list control). This stops pixel scaling and hence fuzzy display on high-resolution displays. (Hope this is last disastrous than my last set of manifest tweaks! -- suggests that this is an OK thing to do.) git-svn-id: svn://svn.tartarus.org/sgt/putty@8661 cda61777-01e9-0310-a592-d414129be87e --- windows/pageant.mft | 11 ++++++++--- windows/putty.mft | 11 ++++++++--- windows/puttygen.mft | 11 ++++++++--- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/windows/pageant.mft b/windows/pageant.mft index 94458ab4..5a1b49ce 100644 --- a/windows/pageant.mft +++ b/windows/pageant.mft @@ -1,7 +1,5 @@ - @@ -23,4 +21,11 @@ processorArchitecture="x86"/> + + + + true + + diff --git a/windows/putty.mft b/windows/putty.mft index fa05ab80..9fa7792e 100644 --- a/windows/putty.mft +++ b/windows/putty.mft @@ -1,7 +1,5 @@ - @@ -23,4 +21,11 @@ processorArchitecture="x86"/> + + + + true + + diff --git a/windows/puttygen.mft b/windows/puttygen.mft index 10a394ca..f425980f 100644 --- a/windows/puttygen.mft +++ b/windows/puttygen.mft @@ -1,7 +1,5 @@ - @@ -23,4 +21,11 @@ processorArchitecture="x86"/> + + + + true + + -- 2.11.0