compositor: Fix crash on startup
A bad rebase in 757674a9d6
accidentally
removed the call to meta_plugin_manager_new().
This commit is contained in:
parent
abebb4775b
commit
099fd2b3fb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue