From 75d047ed4d6f743dd6e782bc7c83c3d787c94651 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 19 Nov 2007 16:35:11 +0000 Subject: [PATCH] Do not forget files when committing --- clutter/clutter-private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/clutter-private.h b/clutter/clutter-private.h index 16048da..6ed01bb 100644 --- a/clutter/clutter-private.h +++ b/clutter/clutter-private.h @@ -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 */ -- 2.7.4