wayland: Fix minor style issue
This commit is contained in:
parent
9440bdb1aa
commit
e6b950e31b
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ meta_wayland_init (void)
|
||||||
g_error ("failed to create wayland display");
|
g_error ("failed to create wayland display");
|
||||||
|
|
||||||
wl_display_init_shm (compositor->wayland_display);
|
wl_display_init_shm (compositor->wayland_display);
|
||||||
wl_log_set_handler_server(meta_wayland_log_func);
|
wl_log_set_handler_server (meta_wayland_log_func);
|
||||||
|
|
||||||
wl_list_init (&compositor->frame_callbacks);
|
wl_list_init (&compositor->frame_callbacks);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue