From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Damien Wyart Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 719fd93: Redo the whole window offsets and coordinate translation for X. Date: Thu, 26 Feb 2015 16:12:50 +0100 Message-ID: <20150226151250.GA27869@brouette> References: <20150225191654.16399.81439@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1424963608 17282 80.91.229.3 (26 Feb 2015 15:13:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Feb 2015 15:13:28 +0000 (UTC) Cc: "Jan D." , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 26 16:13:16 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 1YR07m-0002RU-Ew for ged-emacs-devel@m.gmane.org; Thu, 26 Feb 2015 16:13:14 +0100 Original-Received: from localhost ([::1]:59504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR07l-0001Ts-7k for ged-emacs-devel@m.gmane.org; Thu, 26 Feb 2015 10:13:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR07V-0001TY-1j for emacs-devel@gnu.org; Thu, 26 Feb 2015 10:13:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR07P-00074z-TN for emacs-devel@gnu.org; Thu, 26 Feb 2015 10:12:56 -0500 Original-Received: from smtp-154-thursday.nerim.net ([194.79.134.154]:45931 helo=maiev.nerim.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR07P-00074f-OG for emacs-devel@gnu.org; Thu, 26 Feb 2015 10:12:51 -0500 Original-Received: from brouette (damien.wyart.pck.nerim.net [213.41.244.197]) by maiev.nerim.net (Postfix) with ESMTP id 407782E014; Thu, 26 Feb 2015 16:12:50 +0100 (CET) Original-Received: by brouette (Postfix, from userid 1000) id 0C48F38000FB; Thu, 26 Feb 2015 16:12:50 +0100 (CET) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: FreeBSD 8.x X-Received-From: 194.79.134.154 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:183516 Archived-At: * Stefan Monnier [2015-02-26 09:56]: > You missed the second definition of create_and_show_popup_menu in > xmenu.c which still uses FRAME_OUTER_TO_INNER_DIFF_X. There is also a leftover of OUTER_TO_INNER_DIFF in x_menu_show. -- Damien