mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Don't show the stage before its embedded.
This commit is contained in:
parent
e34b2f77c6
commit
64712056fa
@ -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
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user