interactive/touch-events: Add a missing return value
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 19 Jun 2012 11:18:32 +0000 (12:18 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 19 Jun 2012 11:20:11 +0000 (12:20 +0100)
The draw_touches() function must return a boolean value.

https://bugzilla.gnome.org/show_bug.cgi?id=678391

tests/interactive/test-touch-events.c

index a1122c2..905eea1 100644 (file)
@@ -75,6 +75,8 @@ draw_touches (ClutterCairoTexture *canvas,
               cairo_t             *cr)
 {
   g_slist_foreach (events, (GFunc) draw_touch, cr);
+
+  return TRUE;
 }
 
 static gboolean