From 71f1139cf97e805f8e610dc477f2b90f0d8d4bee Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 30 May 2015 13:28:53 +0300 Subject: [PATCH] Declare Emacs on MS-Windows to be DPI-aware * nt/emacs-x86.manifest (asmv3:windowsSettings): Add dpiAware. * nt/emacs-x64.manifest (asmv3:windowsSettings): Add dpiAware. This avoids Windows entering compatibility mode for Emacs, which causes fonts to look less nice. Copyright-paperwork-exempt: yes --- nt/emacs-x64.manifest | 7 ++++++- nt/emacs-x86.manifest | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/nt/emacs-x64.manifest b/nt/emacs-x64.manifest index 5434e29377..3cf56dd975 100644 --- a/nt/emacs-x64.manifest +++ b/nt/emacs-x64.manifest @@ -1,5 +1,5 @@ - + + + + true + + diff --git a/nt/emacs-x86.manifest b/nt/emacs-x86.manifest index 7f09c56f9d..d7053be07e 100644 --- a/nt/emacs-x86.manifest +++ b/nt/emacs-x86.manifest @@ -1,5 +1,5 @@ - + + + + true + + -- 2.39.2