From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabrice Popineau Newsgroups: gmane.emacs.devel Subject: Re: Patch for Windows 8.1+ HiDPI support Date: Tue, 2 Jun 2015 13:52:54 +0000 (UTC) Message-ID: References: <83r3pyuzb4.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1433253355 17403 80.91.229.3 (2 Jun 2015 13:55:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Jun 2015 13:55:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 02 15:55:45 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 1YzmfI-0006bI-6c for ged-emacs-devel@m.gmane.org; Tue, 02 Jun 2015 15:55:36 +0200 Original-Received: from localhost ([::1]:58648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzmfH-0002NW-Kb for ged-emacs-devel@m.gmane.org; Tue, 02 Jun 2015 09:55:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzmf0-0002Ks-8Z for emacs-devel@gnu.org; Tue, 02 Jun 2015 09:55:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzmew-0006cQ-5H for emacs-devel@gnu.org; Tue, 02 Jun 2015 09:55:18 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:37697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzmev-0006c0-Ve for emacs-devel@gnu.org; Tue, 02 Jun 2015 09:55:14 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yzmel-0006DF-Ig for emacs-devel@gnu.org; Tue, 02 Jun 2015 15:55:03 +0200 Original-Received: from lobsang.supelec.fr ([160.228.100.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Jun 2015 15:55:03 +0200 Original-Received: from fabrice.popineau by lobsang.supelec.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Jun 2015 15:55:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 160.228.100.37 (Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:186975 Archived-At: Eli Zaretskii gnu.org> writes: > > 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. Thanks a lot for this patch! Fabrice