From: Iain Holmes Date: Wed, 21 Jun 2006 22:32:38 +0000 (+0000) Subject: Don't show the stage before its embedded. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64712056faf14cc212b94f897e11eaa023d33a97;p=profile%2Fivi%2Fclutter.git Don't show the stage before its embedded. --- diff --git a/ChangeLog b/ChangeLog index 12b0911..ef6c7ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-06-22 Iain Holmes + * gtk/gtk-clutter-test.c (main): Don't show the stage. + +2006-06-22 Iain Holmes + * gtk/gtk-clutter.[ch]: Rewrite to use clutter_stage_set_xwindow_foreign rather than GtkSocket. diff --git a/gtk/gtk-clutter-test.c b/gtk/gtk-clutter-test.c index 3232624..1f6b68f 100644 --- a/gtk/gtk-clutter-test.c +++ b/gtk/gtk-clutter-test.c @@ -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),