Files
gtk3/gdk/quartz
William Jon McCann 323df2b280 Make gdk_event_apply_filters safe against changes in filter list
An event filter may add or remove filters itself.  This patch does
two things to address this case.  The first is to take a temporary
reference to the filter while it is being used.  The second is
to wait until after the filter function is run before determining
the next node in the list to process.  This guards against
changes to the next node.  It also does not run functions
that have been marked as removed.  Though I'm not sure if this
case can arise.

https://bugzilla.gnome.org/show_bug.cgi?id=635380
2010-11-22 13:16:24 -05:00
..
2010-06-20 00:22:26 +02:00
2010-05-25 18:38:44 -04:00
2010-09-30 09:01:11 +02:00
2010-09-26 15:11:34 +02:00