compositor: Fix crash on startup
A bad rebase in 757674a9d69881b1bd483a8c5b77a345ebb46fc6 accidentally removed the call to meta_plugin_manager_new().
This commit is contained in:
parent
abebb4775b
commit
099fd2b3fb
@ -657,6 +657,8 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
|
|||||||
XMapWindow (xdisplay, info->output);
|
XMapWindow (xdisplay, info->output);
|
||||||
|
|
||||||
redirect_windows (compositor, screen);
|
redirect_windows (compositor, screen);
|
||||||
|
|
||||||
|
info->plugin_mgr = meta_plugin_manager_new (screen);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user