weston/desktop-shell
Bryan Cain a46b946cb3 shell: Fix segfault from trying to access a destroyed popup shell surface
The shell_destroy_shell_surface function only set the backing resource to
NULL, leaving an unusable surface in the popup_grab list until the surface's
fading animation finished and it could be freed. This caused a segfault if
the shell tried to forcibly break the grab during that time interval due to
the compositor losing the keyboard focus.

https://bugs.freedesktop.org/show_bug.cgi?id=77072
2014-04-06 22:47:26 -07:00
..
exposay.c exposay: avoid needlessly activating the active view 2014-02-18 14:07:08 -08:00
input-panel.c shell: position input panel layer above fullscreen layer 2014-04-02 10:35:26 -07:00
shell.c shell: Fix segfault from trying to access a destroyed popup shell surface 2014-04-06 22:47:26 -07:00
shell.h compositor: implement xdg_surface_set_minimized() 2014-04-02 10:27:13 -07:00