projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e77af
)
libweston-desktop/xdg-shell-v5: initialize configure list
author
Arnaud Vrac
<rawoul@gmail.com>
Sat, 5 Aug 2017 11:59:01 +0000
(13:59 +0200)
committer
Quentin Glidic
<sardemff7+git@sardemff7.net>
Sat, 5 Aug 2017 14:36:27 +0000
(16:36 +0200)
Without this weston crashes when a client using xdg-shell-v5 is run.
Signed-off-by: Arnaud Vrac <rawoul@gmail.com>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
libweston-desktop/xdg-shell-v5.c
patch
|
blob
|
history
diff --git
a/libweston-desktop/xdg-shell-v5.c
b/libweston-desktop/xdg-shell-v5.c
index dd3608629f2e73124712c7b50a11ffa7dff11ff2..ebe7940ed476632785c9f2bf75a48abba784eca1 100644
(file)
--- a/
libweston-desktop/xdg-shell-v5.c
+++ b/
libweston-desktop/xdg-shell-v5.c
@@
-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