diff --git a/ChangeLog b/ChangeLog index c05569c2d..7d6b85df3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-08-21 Emmanuele Bassi + + * clutter/clutter-event.c: Correctly initialise the state + variables used to detect multiple clicks. + + (clutter_event_get_coords): Return the coordinates for + CLUTTER_3BUTTON_PRESS events. + + (clutter_events_pending): Check from the tail of the queue backward, + like we do in clutter_event_get() and clutter_event_peek(). + 2007-08-21 Emmanuele Bassi Preserve the ordering of the events in the queue when sythesising