From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: fixed_gtk_widget_size_allocate is called a lot Date: Tue, 26 Jul 2011 16:58:21 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311692320 23284 80.91.229.12 (26 Jul 2011 14:58:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2011 14:58:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 26 16:58:37 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qlj5e-0007tv-MJ for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2011 16:58:34 +0200 Original-Received: from localhost ([::1]:43085 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlj5e-0008Go-8O for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2011 10:58:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlj5b-0008GV-Uv for emacs-devel@gnu.org; Tue, 26 Jul 2011 10:58:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qlj5b-0001fR-4Z for emacs-devel@gnu.org; Tue, 26 Jul 2011 10:58:31 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:42520 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlj5a-0001eU-Nn for emacs-devel@gnu.org; Tue, 26 Jul 2011 10:58:31 -0400 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id p6QEwLDi010553 for ; Tue, 26 Jul 2011 16:58:21 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 82.115.149.64 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:142313 Archived-At: I'm debugging some flicker when displaying a gtk socket in the xwidget branch. Other widgets types don't flicker. during debugging I find my local override emacs_fixed_gtk_widget_size_allocate gets called a lot, like during every redisplay or something. The flickering have the same sort of frequency. Should gtk widgets allocation happen that often? Sockets around a bit different from other types of widgets since they always are native windows, which ordinary widgets aren't by default in GTK3. -- Joakim Verona