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
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/