MetaBackgroundActor: make it a public class

https://bugzilla.gnome.org/show_bug.cgi?id=656433
This commit is contained in:
Rui Matos
2011-08-29 02:20:29 +01:00
parent 53e70b3e99
commit b28c6533f8
6 changed files with 101 additions and 61 deletions

View File

@ -15,7 +15,7 @@
#include <meta/meta-shadow-factory.h>
#include "meta-window-actor-private.h"
#include "meta-window-group.h"
#include "meta-background-actor.h"
#include "meta-background-actor-private.h"
#include "window-private.h" /* to check window->hidden */
#include "display-private.h" /* for meta_display_lookup_x_window() */
#include <X11/extensions/shape.h>
@ -533,7 +533,7 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
XSelectInput (xdisplay, xwin, event_mask);
info->window_group = meta_window_group_new (screen);
info->background_actor = meta_background_actor_new (screen);
info->background_actor = meta_background_actor_new_for_screen (screen);
info->overlay_group = clutter_group_new ();
info->hidden_group = clutter_group_new ();