Re: [PATCH weston] clients: add global_remove handler stubs

2013-01-24 Thread Kristian Høgsberg
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. > >

Re: [PATCH weston] clients: add global_remove handler stubs

2013-01-22 Thread Pekka Paalanen
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

[PATCH weston] clients: add global_remove handler stubs

2013-01-22 Thread Pekka Paalanen
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