]> Pileus Git - ~andy/gtk/commit
gdk_display_get_event: don't unqueue events from the windowing system when paused
authorOwen W. Taylor <otaylor@fishsoup.net>
Sun, 7 Oct 2012 15:47:49 +0000 (11:47 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 22:19:50 +0000 (17:19 -0500)
commitd446dda9205f09b7a6ad88ac3acfa4fff85d9c66
tree61fac2b3a00e1d638b5957ac87b5af5e832c59bb
parent3cef97f10d3125888ec7707944ecda02cd8abc20
gdk_display_get_event: don't unqueue events from the windowing system when paused

Unqueuing events from the windowing system when paused could result
in weird reordering if event filters resulted in application-visible
behavior. Since we now resume events when the frame clock is frozen,
we now no longer count on low-level event handling running while
event handling is paused.

https://bugzilla.gnome.org/show_bug.cgi?id=685460
gdk/gdkdisplay.c
gdk/x11/gdkeventsource.c