compositor: Make sure to construct plugin_mgr in Wayland as well...

This commit is contained in:
Jasper St. Pierre 2013-11-19 15:37:31 -05:00
parent a6ebc70170
commit 4326d0bf3a

View File

@ -816,8 +816,6 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
info->pending_input_region = None; info->pending_input_region = None;
} }
info->plugin_mgr = meta_plugin_manager_new (screen);
/* Map overlay window before redirecting windows offscreen so we catch their /* Map overlay window before redirecting windows offscreen so we catch their
* contents until we show the stage. * contents until we show the stage.
*/ */
@ -825,6 +823,8 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
redirect_windows (compositor, screen); redirect_windows (compositor, screen);
} }
info->plugin_mgr = meta_plugin_manager_new (screen);
} }
void void