From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: How to restore the layout? Date: Sun, 30 Jun 2013 14:55:33 +0200 Message-ID: <51D02AC5.20705@gmx.at> References: <51C5AA68.4000204@alice.it> <51CC4CC1.3030202@alice.it> <51CC8403.1030009@gmx.at> <51CCA56A.8000508@gmx.at> <51CD49CF.1090103@gmx.at> <2FB4C583-960C-4DA8-8B2E-29DF8D96770E@swipnet.se> <51CD6324.2040504@gmx.at> <834ncifkq9.fsf@gnu.org> <83zjuae19s.fsf@gnu.org> <83r4fmdsw5.fsf@gnu.org> <85k3ldtion.fsf@member.fsf.org> <4E4C522D-DBCC-4133-A764-82C9CCE81E2D@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1372596949 9741 80.91.229.3 (30 Jun 2013 12:55:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Jun 2013 12:55:49 +0000 (UTC) Cc: Stephen Leake , =?UTF-8?B?SmFuIERqw6Rydg==?= , Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 30 14:55:49 2013 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 1UtHAT-0008TG-QP for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 14:55:49 +0200 Original-Received: from localhost ([::1]:56220 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtHAT-0007jW-D4 for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 08:55:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtHAN-0007hU-Aj for emacs-devel@gnu.org; Sun, 30 Jun 2013 08:55:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtHAM-0003Ct-Ff for emacs-devel@gnu.org; Sun, 30 Jun 2013 08:55:43 -0400 Original-Received: from mout.gmx.net ([212.227.17.22]:56052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtHAM-0003Cj-23 for emacs-devel@gnu.org; Sun, 30 Jun 2013 08:55:42 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.17]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MMqSP-1Ut0qp0YVL-008blo for ; Sun, 30 Jun 2013 14:55:40 +0200 Original-Received: (qmail invoked by alias); 30 Jun 2013 12:55:39 -0000 Original-Received: from 62-47-33-234.adsl.highway.telekom.at (EHLO [62.47.33.234]) [62.47.33.234] by mail.gmx.net (mp017) with SMTP; 30 Jun 2013 14:55:39 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1++x+lqZn2+w6OUJ0Yg5Pt/NAua/fWHoO8HuzVi6h dYb0KbjZv1WXxd In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.22 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:161343 Archived-At: > It could be useful for checking the frame's (potential) visibility, > because getting the frame-pixel-{width|height} is already possible. The workarea is much better for determining the rectangle within which our frames should appear. I intended to make it available via an extra function but obviously Yamamoto's patch would be preferable. > Of > course there's still the issue of multiple monitors. Wouldn't we get these via EnumDisplayDevices? martin