mirror of
https://github.com/brl/mutter.git
synced 2025-01-03 08:12:15 +00:00
2006-07-09 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-event.h: Change the name of the ClutterEvent union members to something a little shorter.
This commit is contained in:
parent
ec3979d4c3
commit
ce5c1150f2
@ -1,3 +1,8 @@
|
|||||||
|
2006-07-09 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-event.h: Change the name of the
|
||||||
|
ClutterEvent union members to something a little shorter.
|
||||||
|
|
||||||
2006-07-06 Emmanuele Bassi <ebassi@openedhand.com>
|
2006-07-06 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* configure.ac: Remove the python stuff, now that the bindings
|
* configure.ac: Remove the python stuff, now that the bindings
|
||||||
|
@ -106,9 +106,9 @@ union _ClutterEvent
|
|||||||
ClutterEventType type;
|
ClutterEventType type;
|
||||||
|
|
||||||
ClutterAnyEvent any;
|
ClutterAnyEvent any;
|
||||||
ClutterKeyEvent key_event;
|
ClutterKeyEvent key;
|
||||||
ClutterButtonEvent button_event;
|
ClutterButtonEvent button;
|
||||||
ClutterMotionEvent motion_event;
|
ClutterMotionEvent motion;
|
||||||
};
|
};
|
||||||
|
|
||||||
GType clutter_event_get_type (void) G_GNUC_CONST;
|
GType clutter_event_get_type (void) G_GNUC_CONST;
|
||||||
|
Loading…
Reference in New Issue
Block a user