Don't show the stage before its embedded.

This commit is contained in:
Iain Holmes 2006-06-21 22:32:38 +00:00
parent e34b2f77c6
commit 64712056fa
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View 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),