On Tue, Jan 22, 2013 at 02:53:55PM +0200, Pekka Paalanen wrote:
> All the clients here were missing the global_remove handler. Because
> window.c did not have it, weston-desktop-shell and weston-keyboard
> segfaulted on compositor exit, as they received some
> wl_registry.global_remove events.
>
>
On Tue, 22 Jan 2013 14:53:55 +0200
Pekka Paalanen wrote:
> All the clients here were missing the global_remove handler. Because
> window.c did not have it, weston-desktop-shell and weston-keyboard
> segfaulted on compositor exit, as they received some
> wl_registry.global_remove events.
>
> Add
All the clients here were missing the global_remove handler. Because
window.c did not have it, weston-desktop-shell and weston-keyboard
segfaulted on compositor exit, as they received some
wl_registry.global_remove events.
Add more or less stub global_remove handlers, so that clients do not
crash