Do not forget files when committing

This commit is contained in:
Emmanuele Bassi 2007-11-19 16:35:11 +00:00
parent b676210545
commit 75d047ed4d

View File

@ -80,6 +80,7 @@ struct _ClutterMainContext
ClutterPickMode pick_mode; /* Indicates pick render mode */
guint motion_events_per_actor : 1;/* set for enter/leave events */
guint motion_frequency; /* Motion events per second */
gint num_reactives; /* Num of reactive actors */
GHashTable *actor_hash; /* Hash of all actors mapped to id */