Do not forget files when committing
authorEmmanuele Bassi <ebassi@openedhand.com>
Mon, 19 Nov 2007 16:35:11 +0000 (16:35 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Mon, 19 Nov 2007 16:35:11 +0000 (16:35 +0000)
clutter/clutter-private.h

index 16048da..6ed01bb 100644 (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 */