]> Pileus Git - ~andy/gtk/commitdiff
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)
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


No differences found