diff --git a/ChangeLog b/ChangeLog index 57ce45665..0b4a1a3a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-25 Emmanuele Bassi + + * clutter/clutter-event.h: Fix missing documentation. + 2008-09-24 Emmanuele Bassi Bug 1130 - CLUTTER_MOTION is not emitted when time goes backwards. diff --git a/clutter/clutter-event.h b/clutter/clutter-event.h index fd492ecf3..1c2de01d8 100644 --- a/clutter/clutter-event.h +++ b/clutter/clutter-event.h @@ -284,6 +284,7 @@ struct _ClutterButtonEvent * @x: event X coordinate * @y: event Y coordinate * @related: actor related to the crossing + * @device: reserved for future use * * Event for the movement of the pointer across different actors *