commit | 85739eab1219d68d6f7548a62c3ec1c8d0a19c41 | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Tue Sep 17 16:43:45 2013 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sat Sep 21 11:27:19 2013 -0700 |
tree | 125c5b62243a83921a846bd2dd8e8a38848a10c6 | |
parent | 5e396ae9ae0e8d869d8ba162558f2721e568e187 [diff] |
xwm: set the window's shsurf pointer to NULL on unmap handling the unmap event will be followed by the deletion of the weston_surface, so the shell_surface will also be deleted by the shell. Having removed the surface_destroy_listener, the surface_destroy callback doesn't get called, so reset the value of shsurf here.