summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-06-19 12:18:32 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2012-06-19 12:21:02 +0100
commit25b67e96c89644cfe9a2735730d4648c16730d21 (patch)
tree156b44aba7dccc9d27ec3a5b297b3daf0aff8ab1
parent0d2100aaf128b26d24efd849b3d8df1e24452e97 (diff)
downloadclutter-25b67e96c89644cfe9a2735730d4648c16730d21.tar.gz
interactive/touch-events: Add a missing return value
The draw_touches() function must return a boolean value. https://bugzilla.gnome.org/show_bug.cgi?id=678391
-rw-r--r--tests/interactive/test-touch-events.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/interactive/test-touch-events.c b/tests/interactive/test-touch-events.c
index a1122c2a1..905eea11a 100644
--- a/tests/interactive/test-touch-events.c
+++ b/tests/interactive/test-touch-events.c
@@ -75,6 +75,8 @@ draw_touches (ClutterCairoTexture *canvas,
cairo_t *cr)
{
g_slist_foreach (events, (GFunc) draw_touch, cr);
+
+ return TRUE;
}
static gboolean