From e3b80d147c756957d16d433ddabbdd10796a937d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 25 Sep 2008 11:08:06 +0000 Subject: [PATCH] 2008-09-25 Emmanuele Bassi * clutter/clutter-event.h: Fix missing documentation. --- ChangeLog | 4 ++++ clutter/clutter-event.h | 1 + 2 files changed, 5 insertions(+) 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 *