From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29734 invoked by alias); 16 Sep 2013 15:20:04 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 29641 invoked by uid 89); 16 Sep 2013 15:20:03 -0000 Received: from nm8-vm5.bt.bullet.mail.ir2.yahoo.com (HELO nm8-vm5.bt.bullet.mail.ir2.yahoo.com) (212.82.99.215) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 16 Sep 2013 15:20:03 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RDNS_NONE autolearn=no version=3.3.2 X-HELO: nm8-vm5.bt.bullet.mail.ir2.yahoo.com Received: from [212.82.98.44] by nm8.bt.bullet.mail.ir2.yahoo.com with NNFMP; 16 Sep 2013 15:19:58 -0000 Received: from [46.228.39.176] by tm5.bt.bullet.mail.ir2.yahoo.com with NNFMP; 16 Sep 2013 15:19:58 -0000 Received: from [127.0.0.1] by smtp117.bt.mail.ir2.yahoo.com with NNFMP; 16 Sep 2013 15:19:58 -0000 X-Yahoo-SMTP: u.JgLvyswBBMp9ZJJfsX14qmYb3T2ivhMAr6OupnxLpNQEFZ9g-- X-Rocket-Received: from [192.168.1.72] (jon.turney@86.177.100.182 with plain) by smtp117.bt.mail.ir2.yahoo.com with SMTP; 16 Sep 2013 15:19:58 +0000 UTC Message-ID: <5237219D.7070505@dronecode.org.uk> Date: Mon, 16 Sep 2013 15:20:00 -0000 From: Jon TURNEY Reply-To: cygwin-xfree@cygwin.com User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin-xfree CC: simonzack@gmail.com Subject: Re: unable to maximize gtk window References: <5223597C.4040807@gmail.com> <522DDB2B.3080401@dronecode.org.uk> <522DDE90.2070808@gmail.com> <52309FEE.6060206@dronecode.org.uk> <5230B0D0.7000001@gmail.com> In-Reply-To: <5230B0D0.7000001@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-09/txt/msg00013.txt.bz2 On 11/09/2013 19:05, Simon wrote: > On 12/09/2013 2:53 AM, Jon TURNEY wrote: >> On 09/09/2013 15:43, Simon wrote: >>>> Thanks for reporting this problem and the testcase. >>>> >>>> I've added a patch improves the window hint conversion in multiwindow mode so >>>> that the hint which gtk_window_maximize() sets is now recognized as >>>> maximizing >>>> the window. >>>> >>>> I've uploaded a snapshot at [1]. Perhaps you could try that and see if it >>>> improves things for you? >>>> >>>> (This is a x86 binary. if you need an x64 binary, please let me know and I'll >>>> generate one) >>> Thanks, that appears to fix the testcase, but terminator still has the same >>> problems, I'll try to find out what is happening there. >> 'terminator -m' works correctly for me with that snapshot. >> > It does for me too, but if I start terminator with no command line arguments > (directly after I start x server), then maximize the window using the windows > button, or by double clicking the title bar, I get a window that's not fully > maximized. This works for me, but this sounds like a different problem to the one you first reported. There is a difference between a window asking to maximize itself (via the appearance hint that gtk_window_maximize() sets), and using the window manager to maximize using the frame controls (title bar double click or maximize button) I'm not sure what you mean by 'not fully maximized', this seems different to 'not maximized' Perhaps the window may not get fully maximized as it's frame dimensions are (should be?) constrained to ensure that they are an integer multiple of the character cell size? -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/