Tom Gilbert <[EMAIL PROTECTED]> writes:
>       while ((e = (GdkEventMotion *) gdk_event_get()) != NULL)

Isn't there a gdk_event_peek() to avoid having to put the event back?

I'm not sure I understand the problem though - if you use
GDK_POINTER_MOTION_HINT_MASK you should only get events as fast as you
process them. See the "scribble" example in the tutorial.

Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to