weston/desktop-shell
Ander Conselvan de Oliveira 9c376b54ea shell: Fix crash when a client is destroyed during the resize grab
If a client exists during a resize grab, the resource for the shell
surface being resized is destroyed. The shell surface is not destroyed
immediately, however, because of the window close animation. In that
case, the compositor would crash trying to send configure events to
the surface being resized, since it would pass a NULL pointer to
wl_resource_post_event().

The code for the resize grab was already able to handle the surface
going away, so expand it to also handle the resource going away and
fix the crash.

https://bugs.freedesktop.org/show_bug.cgi?id=77344
2014-04-29 13:33:29 -07:00
..
exposay.c exposay: avoid needlessly activating the active view 2014-02-18 14:07:08 -08:00
input-panel.c shell: display the input panel on the active output 2014-04-21 14:34:15 -07:00
shell.c shell: Fix crash when a client is destroyed during the resize grab 2014-04-29 13:33:29 -07:00
shell.h shell: Fix view repositioning logic for output move and destroy 2014-04-11 10:05:19 -07:00