From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yuuki Harano Newsgroups: gmane.emacs.devel Subject: Re: Proposing changes to adjust_frame_size Date: Wed, 05 May 2021 19:47:56 +0900 (JST) Organization: Ingage Inc. Message-ID: <20210505.194756.2198057137743556501.masm@luna.pink.masm11.me> References: <20210427.231650.1575783960395546013.masm@luna.pink.masm11.me> <46110a3a-da89-ee70-14b7-1e772097585c@gmx.at> <69a5e928-2998-f776-fa0d-f35e6ab1e65d@gmx.at> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38537"; mail-complaints-to="usenet@ciao.gmane.io" Cc: alan@idiocy.org, emacs-devel@gnu.org To: rudalics@gmx.at Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 05 12:49:28 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1leF5q-0009r3-V2 for ged-emacs-devel@m.gmane-mx.org; Wed, 05 May 2021 12:49:27 +0200 Original-Received: from localhost ([::1]:36526 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1leF5p-0006NR-V6 for ged-emacs-devel@m.gmane-mx.org; Wed, 05 May 2021 06:49:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42166) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1leF4j-00050W-4e for emacs-devel@gnu.org; Wed, 05 May 2021 06:48:19 -0400 Original-Received: from shiro.masm11.me ([150.95.182.25]:45318) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1leF4X-0004ra-Rl for emacs-devel@gnu.org; Wed, 05 May 2021 06:48:15 -0400 Original-Received: from luna.pink.masm11.me (KD111239253099.au-net.ne.jp [111.239.253.99]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shiro.masm11.me (Postfix) with ESMTPSA id 6591AC00D3; Wed, 5 May 2021 19:47:58 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1620211678; bh=O7Sem0ByVDqR0vs50bge9++P5Sa7Xbpw5pBO5hSaCPI=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=B1UjcgfolDZ+ieu7KsGOOvH0WrCK/bj+75oUPd310PMOxKGM6BUTgng/ndcH0gKDz d8bf2FWJnVAnzvqYYrLfN6sFFA3cXrvpnxAi7d5LJ8NmBIgy7SN/YTPjq1xqkXNl1Y kkJq1Hmsb0dzr5omDiTGAvbee30hvpNTq20Gp1wE= In-Reply-To: <69a5e928-2998-f776-fa0d-f35e6ab1e65d@gmx.at> X-Mailer: Mew version 6.8 on Emacs 28.0 Received-SPF: pass client-ip=150.95.182.25; envelope-from=masm@masm11.me; helo=shiro.masm11.me X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:268903 Archived-At: On Wed, 5 May 2021 10:51:50 +0200, martin rudalics wrote: > I now checked in two further GTK3 related changes. Yuuki please > have a > look. It's mainly about how to to change frame sizes while a frame > is > invisible or iconified and get them applied when the frame is made > normally visible. I'd be interested in how these behave(d) on the > pgtk > build (maybe you can also have a look at Bug#24526 for this > purpose). Pgtk doesn't use: - X Property event and functions - Expose event - UnmapNotify event So I didn't port changes of xterm.c in 483c5e9 into pgtkterm.c. -- Yuuki Harano