Skip to content
Snippets Groups Projects
Unverified Commit 3000a1c7 authored by Arnaud Vrac's avatar Arnaud Vrac Committed by Quentin Glidic
Browse files

libweston-desktop/xdg-shell-v5: initialize configure list


Without this weston crashes when a client using xdg-shell-v5 is run.

Signed-off-by: default avatarArnaud Vrac <rawoul@gmail.com>
Reviewed-by: default avatarQuentin Glidic <sardemff7+git@sardemff7.net>
parent 18e77af6
No related branches found
No related tags found
No related merge requests found
......@@ -745,6 +745,8 @@ weston_desktop_xdg_shell_protocol_get_xdg_surface(struct wl_client *wl_client,
wl_event_loop_add_idle(loop,
weston_desktop_xdg_surface_add_idle_callback,
surface);
wl_list_init(&surface->configure_list);
}
static void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment