mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00: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>
|
2006-06-22 Iain Holmes <iain@openedhand.com>
|
||||||
|
|
||||||
* gtk/gtk-clutter.[ch]: Rewrite to use
|
* gtk/gtk-clutter.[ch]: Rewrite to use
|
||||||
|
@ -203,7 +203,6 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
/* Show everying ( and map window ) */
|
/* Show everying ( and map window ) */
|
||||||
clutter_group_show_all (oh->group);
|
clutter_group_show_all (oh->group);
|
||||||
clutter_group_show_all (CLUTTER_GROUP (stage));
|
|
||||||
|
|
||||||
g_signal_connect (stage, "button-press-event",
|
g_signal_connect (stage, "button-press-event",
|
||||||
G_CALLBACK (input_cb),
|
G_CALLBACK (input_cb),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user