commit | 2dae4d0110a1e3699f0e99ca0e6a6a6904842253 | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Wed Sep 28 21:32:11 2016 +0200 |
committer | Quentin Glidic <sardemff7+git@sardemff7.net> | Fri Oct 14 10:52:36 2016 +0200 |
tree | 1c978abf80234213d2e3045d4e9ba895a9de2aa4 | |
parent | 2045016d8ed6d52a6b7768ddc0bcd1629df63570 [diff] |
libweston-desktop: destroy wl_shell_surface after the wl_surface is destroyed 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. Signed-off-by: Giulio Camuffo <giuliocamuffo@gmail.com> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>