Re: [PATCH weston 3/8] libweston: Make weston_touch destruction safe

2018-01-31 Thread Pekka Paalanen
On Fri, 26 Jan 2018 18:47:57 +0200 Alexandros Frantzis wrote: > Ensure the server can safely handle client requests for wl_touch > resources that have become inert due to a weston_touch object > destruction. > > This change involves, among other things, setting the weston_touch > object, instead

[PATCH weston 3/8] libweston: Make weston_touch destruction safe

2018-01-26 Thread Alexandros Frantzis
Ensure the server can safely handle client requests for wl_touch resources that have become inert due to a weston_touch object destruction. This change involves, among other things, setting the weston_touch object, instead of the weston_seat object, as the user data for wl_touch resources. Althoug