X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=qY3A lQOP3UE9zAiTxiOShZqQ1Sibx832t7KVbGZGGhkPfidUINHN0lyBckO3DzWV8bm0 pltXBDCL01iGu1ZJ8sRtf+1o+lbS2lZCdBZ9U6IaLKzLNlLNh+TFnLy0UIc/Cqg3 h0Kz5++dAgKexre+DZrpGZu3Fx239ufUBTXnbO0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; s=default; bh=PzDSQ1F2Cg ilUmstfhJkgAHwzRw=; b=NTOrWJO99867IBYc+daIIBr1dCYKxVyVWMMZ+FVgyd PcFhVa3Z4oE3eKCDY9viI38fuzaXqFptqi8pIipX/U0ienzm1rfrvm68xgqU1Qp5 vVeG+iAMamMKoliLqSJNC/JRGAJPPi0pM/BaVAnTZTHdQ0GrHrBOSKQclOOoOPiw 8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=HTo:D*org.uk, jon, D*dronecode.org.uk, Jon X-HELO: mail-yw0-f177.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=rt4pnszNgF0xhICSR1RfTO4UQEa/XoNON93tL26iThs=; b=NUFKtlDzTWp+37i9ShOvhPmBY/RdrAAVkO05BKEqo2g3mEb7+5E6aFVyZUpRdO7yyv nWfvqLqWxdrfg46arI2hqdeSOIQTRWqyw/PxdHik0JBwUObFAwZTnQruZYk8xfS84EWu HpxO65xwmzVzraYx0fYlNoWnJEMWmQzcDLyeQE9PgClPDmIqExpF4lNKEH/NKb9eXJvK ZGQNY/pRvMlygX7lqVDjR/ixLX2v8y/hPRe0FE/wlb0zccped/oqSFLJdauRI3nAOxng nxK0lkJX3HgroPvXmQH3eJETYw9xYeqNfofLlPB23xLYGPM0g+aYNyCrJNYRizFDFN32 dexA== X-Gm-Message-State: AKaTC00JGkIk+YmSO3H5OxV0iIxFRHtNwlN/uKgh8nChC2jf2glSbhiwG0pba/CX/e2MtJDcTCjqpzYn9xOz5g== X-Received: by 10.13.224.3 with SMTP id j3mr45654601ywe.46.1480605045343; Thu, 01 Dec 2016 07:10:45 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <9494ede9-ec64-bb79-8f8f-9bfb37c12f3b AT dronecode DOT org DOT uk> <1265548510 DOT 20161129143736 AT yandex DOT ru> From: David Chamberlain Date: Thu, 1 Dec 2016 09:10:44 -0600 Message-ID: Subject: Re: Fullscreen application with Cygwin/X in multiwindow mode To: Jon Turney Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 On Thu, Dec 1, 2016 at 6:23 AM, Jon Turney wrote: > Patches are always welcome. > > I think this should be pretty straightforward to add, although it might be a > bit tedious. > > [1],[2] should help you get started :) > > Looking at this in a little more detail, I wasn't quite accurate in my > statement above: There is very limited support for this state, in that > windows which are created with it are probably shown correctly. > > I think what's needed is extend the handling of _NET_WM_STATE messages so it > can handle a window being changed to _NET_WM_STATE_FULLSCREEN. (At the > moment _NET_WM_STATE is, only handled when it can be mapped down to an > equivalent WM_CHANGE_STATE message, see [3]) > > [1] https://x.cygwin.com/docs/cg/cygwin-x-cg.html > [2] https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html > [3] > https://cgit.freedesktop.org/~jturney/xserver/commit/?h=cygwin-release-1.19&id=55c2ca8cd9287850077102d4ba662cfd2c571ca9 Thanks for the references. I'll see if I can come up with a patch. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple