From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: difference between maximized and fullscreen? Date: Sun, 28 Jun 2009 18:25:38 +0200 Message-ID: <4A479982.9020801@swipnet.se> References: <4A473A62.7020703@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1246206365 5357 80.91.229.12 (28 Jun 2009 16:26:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Jun 2009 16:26:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 28 18:25:58 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MKxCW-0002z7-Sr for ged-emacs-devel@m.gmane.org; Sun, 28 Jun 2009 18:25:57 +0200 Original-Received: from localhost ([127.0.0.1]:60086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKxCW-00047a-7h for ged-emacs-devel@m.gmane.org; Sun, 28 Jun 2009 12:25:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKxCM-000400-Gc for emacs-devel@gnu.org; Sun, 28 Jun 2009 12:25:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKxCH-0003xG-Od for emacs-devel@gnu.org; Sun, 28 Jun 2009 12:25:46 -0400 Original-Received: from [199.232.76.173] (port=60947 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKxCH-0003x4-Ab for emacs-devel@gnu.org; Sun, 28 Jun 2009 12:25:41 -0400 Original-Received: from mtah31.telenor.se ([213.150.131.4]:45543) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKxCG-00083v-SP for emacs-devel@gnu.org; Sun, 28 Jun 2009 12:25:41 -0400 Original-Received: from iph2.telenor.se (iph2.telenor.se [195.54.127.133]) by mtah31.telenor.se (Postfix) with ESMTP id 848365AC04 for ; Sun, 28 Jun 2009 18:25:39 +0200 (CEST) X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsynALM2R0pV4S1uPGdsb2JhbACBUYgUjw8BAQEBN7IrhA0F X-IronPort-AV: E=Sophos;i="4.42,304,1243807200"; d="scan'208";a="23620184" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by iph2.telenor.se with ESMTP; 28 Jun 2009 18:25:39 +0200 Original-Received: from [172.20.199.5] (winter [172.20.199.5]) by coolsville.localdomain (Postfix) with ESMTPSA id AA4537FA07B; Sun, 28 Jun 2009 18:25:38 +0200 (CEST) User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111786 Archived-At: joakim@verona.se skrev: > Jan Dj=E4rv writes: >=20 >> joakim@verona.se skrev: >>> (frame-parameter nil 'fullscreen) returns 'fullboth when the frame is >>> maximized, and when the frame is full-screen. >>> >>> How can I determine these separate states independently? >>> >> You can't just yet (well, you can check the window properties). I will >> add support for fullscreen and maximized soonish. >=20 > Ok that would be very nice for my usecase. > will it be possible to both read and write maximized and fullscreen sep= arately? >=20 Yes, that is the idea. Jan D.