Re: [PATCH weston] compositor: remove unused signal

2014-09-09 Thread Pekka Paalanen
On Fri, 5 Sep 2014 23:26:33 +0300 Giulio Camuffo wrote: > The move_signal in weston_output isn't used, and not even initialized, > so anything trying to listen to it will crash on wl_signal_add(). > Instead of it, the 'output_moved_signal' in weston_compositor is > used, so remove it. > --- > s

[PATCH weston] compositor: remove unused signal

2014-09-05 Thread Giulio Camuffo
The move_signal in weston_output isn't used, and not even initialized, so anything trying to listen to it will crash on wl_signal_add(). Instead of it, the 'output_moved_signal' in weston_compositor is used, so remove it. --- src/compositor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/