From: Vitaly Takmazov Date: Sat, 30 May 2015 10:28:53 +0000 (+0300) Subject: Declare Emacs on MS-Windows to be DPI-aware X-Git-Tag: emacs-25.0.90~1921 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71f1139cf97e805f8e610dc477f2b90f0d8d4bee;p=emacs.git 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 --- diff --git a/nt/emacs-x64.manifest b/nt/emacs-x64.manifest index 5434e29377a..3cf56dd975d 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 7f09c56f9dd..d7053be07ec 100644 --- a/nt/emacs-x86.manifest +++ b/nt/emacs-x86.manifest @@ -1,5 +1,5 @@ - + + + + true + +