Hello Giulio,
With this patch, and mine to fix MODULEDIR of patch #2, this patch does
not build due to incomplete type:
src/screenshooter.c:46:24: error: field 'process' has incomplete type
struct weston_process process;
The patch look fine, if I ignore this building error, I also saw a lot
of
On 24/05/2016 18:59, Giulio Camuffo wrote:
They belong in the compositor rather than libweston since they
set signals handlers, and a library should not do that behind its
user's back. Besides, they were using functions in main.c already
so they were not usable by other compositors.
Signed-off-b
They belong in the compositor rather than libweston since they
set signals handlers, and a library should not do that behind its
user's back. Besides, they were using functions in main.c already
so they were not usable by other compositors.
Signed-off-by: Giulio Camuffo
---
ivi-shell/hmi-control