ext Owen Taylor wrote: > > Replace the gdk_window_set_events() above with the equivalent > X code (XGetWindowAttributes/your_event_mask/XSelectInput) and also > include StructureNotifyMask. > - Owen > > (You could probably pretty safely optimize that by checking if the > window is foreign, then if so, > XSelectInput(xdisplay, window, > PropertyChangeMask | StructureNotifyMask); > but using XGetWindowAttributes() is a little more theoretically > sound.) > >
Thanks Owen, this seems to fix the issue. _______________________________________________ gtk-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-devel-list
