]> Pileus Git - ~andy/gtk/commit
Convert all pending X events in _gdk_events_queue
authorAlexander Larsson <alexl@redhat.com>
Fri, 23 Jan 2009 12:15:04 +0000 (13:15 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:25 +0000 (10:15 +0200)
commitc0ad534d818881dc044e4a621dffe602ed186e80
treeddd57da2f200c1c56bcea5ac26a64e1f102109d0
parentcb05af0a6186ae07b7c7236df1ef5c9faebea9c8
Convert all pending X events in _gdk_events_queue

If we only convert the first then motion hint emulation won't
work since we don't see the next motion even until we've
fully handled this one.

However, this changes a behaviour that has been like this since
the mists of time. I don't know if it could cause other issues.
I haven't seen any yet though.
gdk/x11/gdkevents-x11.c