compositor: Fix crash on startup

A bad rebase in 757674a9d6 accidentally
removed the call to meta_plugin_manager_new().
This commit is contained in:
Jasper St. Pierre 2014-02-02 09:57:48 -05:00
parent abebb4775b
commit 099fd2b3fb

View File

@ -657,6 +657,8 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
XMapWindow (xdisplay, info->output);
redirect_windows (compositor, screen);
info->plugin_mgr = meta_plugin_manager_new (screen);
}
void