From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Patch for Windows 8.1+ HiDPI support Date: Sat, 30 May 2015 13:36:47 +0300 Message-ID: <83r3pyuzb4.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1432982249 20255 80.91.229.3 (30 May 2015 10:37:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 May 2015 10:37:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Abrahams , Vitaly Takmazov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 30 12:37:22 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yye8n-0002D4-Ke for ged-emacs-devel@m.gmane.org; Sat, 30 May 2015 12:37:21 +0200 Original-Received: from localhost ([::1]:39008 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yye8m-0007nG-Vp for ged-emacs-devel@m.gmane.org; Sat, 30 May 2015 06:37:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yye8j-0007nA-OG for emacs-devel@gnu.org; Sat, 30 May 2015 06:37:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yye8f-0005cJ-OL for emacs-devel@gnu.org; Sat, 30 May 2015 06:37:17 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:41667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yye8f-0005cB-G3 for emacs-devel@gnu.org; Sat, 30 May 2015 06:37:13 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NP500K00RZ12S00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Sat, 30 May 2015 13:36:50 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NP500KQAS5C0R30@a-mtaout23.012.net.il>; Sat, 30 May 2015 13:36:50 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186950 Archived-At: > From: Michael Abrahams > Date: Wed, 27 May 2015 00:11:08 -0400 > > > > diff --git a/nt/emacs-x64.manifest b/nt/emacs-x64.manifest > > > index 5434e29..3cf56dd 100644 > > > --- a/nt/emacs-x64.manifest > > > +++ b/nt/emacs-x64.manifest > > > @@ -1,5 +1,5 @@ > > > > > > - > > > + > > xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> > > > Did you verify that these attributes don't produce any problems on > > older versions of Windows? > > This white paper describes support for the high-dpi tag starting in > Windows Vista, and states on page 8 that it is ignored by Windows XP. > I can verify the patch works in Windows 8.1. > > http://go.microsoft.com/fwlink/?LinkID=129586 Thanks. I pushed that part of the patch.