Re: GTK+ redraw programs
- From: Tim Janik <timj gtk org>
- To: Owen Taylor <otaylor redhat com>
- cc: Gtk+ Developers <gtk-devel-list redhat com>,       SMITH BA <9401962 ml petech ac za>,       Mikael Hermansson <mikeh bahnhof se>
- Subject: Re: GTK+ redraw programs
- Date: Mon, 6 Sep 1999 22:44:04 +0200 (CEST)
On 6 Sep 1999, Owen Taylor wrote:
> 
> [ resend to get the headers right. You'd think that _I'd_ know
>   that gtk-devel-list was @redhat.com. Sorry about that  ]
> 
> Hi guys,
> 
> Could you try out the following patch to gtkwidget.c. I have
> a hunch that what is happening is that expose events on widgets
> that get queued for resize after the initial show are getting
> discarded.
yes, and that is right because widgets that are queued for resizes
are also queued for a redraw (which opposed to expose events will
redraw recursively if the widget is a container), that's the whole
point of the expose event discarding code.
if this fix actually matters for people, it means that we have
problems in the redraw queue.
>                                         Owen
> 
---
ciaoTJ
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]