mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
wayland: Initialize SHM again
Uh, whoops. I accidentally removed this when revamping the initialization sequence. This causes bad things to happen.
This commit is contained in:
parent
34979c3fe8
commit
d41449b578
@ -421,6 +421,8 @@ meta_wayland_init (void)
|
||||
g_source_set_priority (wayland_event_source, GDK_PRIORITY_EVENTS + 1);
|
||||
g_source_attach (wayland_event_source, NULL);
|
||||
|
||||
wl_display_init_shm (compositor->wayland_display);
|
||||
|
||||
meta_wayland_outputs_init (compositor);
|
||||
meta_wayland_data_device_manager_init (compositor);
|
||||
meta_wayland_shell_init (compositor);
|
||||
|
Loading…
Reference in New Issue
Block a user