2006-06-05 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-event.h: Remove send_event field. Clutter shouldn't need it. * clutter/clutter-main.c: (clutter_dispatch_x_event): Dont malloc a new clutter event for each xevent. * clutter/clutter-stage.h: * clutter/clutter-stage.c: (clutter_stage_class_init), (clutter_stage_get_default): Dont ref stage from clutter_stage_get_default. * examples/super-oh.c: (main): Remove some now uneeded debug g_prints
This commit is contained in:
@ -67,7 +67,6 @@ typedef struct _ClutterInputDevice ClutterInputDevice;
|
||||
struct _ClutterAnyEvent
|
||||
{
|
||||
ClutterEventType type;
|
||||
guint8 send_event : 1;
|
||||
};
|
||||
|
||||
struct _ClutterKeyEvent
|
||||
|
Reference in New Issue
Block a user