compositor: don't show stage right away

We don't want the stage shown until gnome-shell is ready for it.
This commit ensures the stage isn't shown implicitly.

https://bugzilla.gnome.org/show_bug.cgi?id=694321
This commit is contained in:
Ray Strode
2013-03-01 14:34:41 -05:00
parent 6e02fb80c4
commit 160150d127
2 changed files with 26 additions and 1 deletions

View File

@@ -611,7 +611,6 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
}
clutter_actor_show (info->overlay_group);
clutter_actor_show (info->stage);
}
void