[PATCH weston] ivi-layout-test: Fix compilation error

2018-03-08 Thread Philippe Normand
tests/ivi-layout-test.c:255:48: error: format not a string literal and no format arguments [-Werror=format-security] snprintf(launcher->exe, sizeof launcher->exe, path); ^~~~ --- tests/ivi-layout-test.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH weston] ivi-layout-test: Fix compilation error

2018-03-08 Thread Philippe Normand
Hi, Sorry, this patch won't apply on master because there's no such ivi- layout-test.c file in tests/ Philippe On Thu, 2018-03-08 at 17:59 +, Philippe Normand wrote: > tests/ivi-layout-test.c:255:48: error: format not a string literal > and > no format arguments [-Werror=format-security] >

[weston PATCH] Allow simple-dmabuf-drm to pass y_inverted flag

2018-03-08 Thread Guido Günther
This allows to check if ZWP_LINUX_BUFFER_PARAMS_V1_FLAGS_Y_INVERT is interpreted correctly by the compositor. --- clients/simple-dmabuf-drm.c | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/clients/simple-dmabuf-drm.c b/clients/simple-dmabuf-drm.c