Don't show the stage before its embedded.
authorIain Holmes <iain@openedhand.com>
Wed, 21 Jun 2006 22:32:38 +0000 (22:32 +0000)
committerIain Holmes <iain@openedhand.com>
Wed, 21 Jun 2006 22:32:38 +0000 (22:32 +0000)
ChangeLog
gtk/gtk-clutter-test.c

index 12b0911..ef6c7ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-06-22  Iain Holmes  <iain@openedhand.com>
 
+       * gtk/gtk-clutter-test.c (main): Don't show the stage.
+
+2006-06-22  Iain Holmes  <iain@openedhand.com>
+
        * gtk/gtk-clutter.[ch]: Rewrite to use
        clutter_stage_set_xwindow_foreign rather than GtkSocket.
 
index 3232624..1f6b68f 100644 (file)
@@ -203,7 +203,6 @@ main (int argc, char *argv[])
 
   /* Show everying ( and map window ) */
   clutter_group_show_all (oh->group);
-  clutter_group_show_all (CLUTTER_GROUP (stage));
 
   g_signal_connect (stage, "button-press-event",
                    G_CALLBACK (input_cb),