Re: Window mapping/hang problem with SWT-GTK-DirectFB
- From: Federico Mena Quintero <federico ximian com>
- To: Rauch Sam-ra8883 <Sam Rauch motorola com>
- Cc: "'gtk-devel-list gnome org'" <gtk-devel-list gnome org>
- Subject: Re: Window mapping/hang problem with SWT-GTK-DirectFB
- Date: Mon, 24 May 2004 17:35:22 -0500
On Thu, 2004-05-20 at 23:03 -0700, Rauch Sam-ra8883 wrote:
[snip]
> 3) The DirectFB-GDK binding code sending GDK_MAP events to any window
> that gets mapped, regardless of the event_mask field. (in
> gdkwindow-directfb.c:send_map_events(), event_win would have to be set
> by some other means than the current gdk_directfb_other_event_window()
> call). This seems the most like the X11 behavior, but it doesn't feel
> right given the event_mask field.
X11 sends MapNotify events to windows which have the StructureMask or
SubstructureMask set in their event mask; they don't have anything to do
with VisibilityNotifyMask. Perhaps the directfb backend should do the
same.
Note that GtkWindow *does* include GDK_STRUCTURE_MASK in its realize
method.
Federico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]