mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
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
@ -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…
Reference in New Issue
Block a user