2006-12-27 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-stage.[ch]:
	* clutter/clutter-event.[ch]: Revert changes; this is what
	happens when you keep old tree around.
This commit is contained in:
Emmanuele Bassi
2006-12-27 18:25:43 +00:00
parent 89de2fa269
commit 0033b539b8
7 changed files with 10 additions and 28 deletions

View File

@ -50,8 +50,7 @@ typedef enum
CLUTTER_MOTION,
CLUTTER_BUTTON_PRESS,
CLUTTER_2BUTTON_PRESS, /* Double click */
CLUTTER_BUTTON_RELEASE,
CLUTTER_DELETE_EVENT
CLUTTER_BUTTON_RELEASE
} ClutterEventType;
#define CLUTTER_TYPE_EVENT (clutter_event_get_type ())
@ -65,7 +64,6 @@ typedef struct _ClutterMotionEvent ClutterMotionEvent;
typedef struct _ClutterInputDevice ClutterInputDevice;
struct _ClutterAnyEvent
{
ClutterEventType type;