summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/gtk-clutter-test-actor.c2
-rw-r--r--examples/gtk-clutter-test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/gtk-clutter-test-actor.c b/examples/gtk-clutter-test-actor.c
index 9c7d3de..e1b3c54 100644
--- a/examples/gtk-clutter-test-actor.c
+++ b/examples/gtk-clutter-test-actor.c
@@ -16,7 +16,7 @@ static gboolean do_rotate = TRUE;
static int nwidgets;
/* Timeline handler */
-void
+static void
frame_cb (ClutterTimeline *timeline,
gint msecs,
gpointer data)
diff --git a/examples/gtk-clutter-test.c b/examples/gtk-clutter-test.c
index e61cd84..3fce37f 100644
--- a/examples/gtk-clutter-test.c
+++ b/examples/gtk-clutter-test.c
@@ -67,7 +67,7 @@ input_cb (ClutterStage *stage,
/* Timeline handler */
-void
+static void
frame_cb (ClutterTimeline *timeline,
gint msecs,
gpointer data)