Re: [PATCH weston v2] libweston-desktop: destroy wl_shell_surface after the wl_surface is destroyed

2016-10-14 Thread Quentin Glidic
On 28/09/2016 21:32, Giulio Camuffo wrote: The wl_shell_surface spec says that it is destroyed automatically by the server when the wl_surface is destroyed, and indeed it does not have a destroy request. So, do that. Thanks: Reviewed-by: Quentin Glidic And pushed: 2045016..2dae4d0 master ->

[PATCH weston v2] libweston-desktop: destroy wl_shell_surface after the wl_surface is destroyed

2016-09-28 Thread Giulio Camuffo
The wl_shell_surface spec says that it is destroyed automatically by the server when the wl_surface is destroyed, and indeed it does not have a destroy request. So, do that. --- v2: remove the destroy listener when the wl_shell_surface is destroyed libweston-desktop/wl-shell.c | 21 +