$OpenBSD: patch-tests_interactive_test-animation_c,v 1.1 2012/07/07 12:49:17 ajacoutot Exp $
--- tests/interactive/test-animation.c.orig	Sat Jul  7 14:36:34 2012
+++ tests/interactive/test-animation.c	Sat Jul  7 14:36:52 2012
@@ -111,7 +111,9 @@ test_animation_main (int argc, char *argv[])
 
   clutter_actor_show (stage);
 
+  clutter_threads_enter ();
   clutter_main ();
+  clutter_threads_leave ();
 
   return EXIT_SUCCESS;
 }
