2007-10-15 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-actor.c: More events documentation. * clutter/clutter-event.c: * clutter/clutter-event.h: Add synthetic flag and make put_event use it (via modded patch from pippin) * clutter/clutter-main.c: (clutter_do_event): dont use put event anymore when pushing enter/leave events.
This commit is contained in:
@ -52,7 +52,7 @@ typedef enum {
|
||||
} ClutterModifierType;
|
||||
|
||||
typedef enum {
|
||||
CLUTTER_EVENT_FLAG_COOKED = 1 << 0,
|
||||
CLUTTER_EVENT_FLAG_SYNTHETIC = 1 << 0,
|
||||
} ClutterEventFlags;
|
||||
|
||||
typedef enum
|
||||
|
Reference in New Issue
Block a user