1
0
Fork 0

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:
Jasper St. Pierre 2014-08-19 18:27:21 -04:00
parent 34979c3fe8
commit d41449b578

View file

@ -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);