[PATCH weston 3/3] simple-im: Rename source file to be consistent with other client tools

2016-10-11 Thread Bryce Harrington
Except for weston-info, client source files are not prefixed "weston-". Signed-off-by: Bryce Harrington --- Makefile.am| 2 +- clients/simple-im.c| 524 + clients/weston-simple-im.c | 524

[PATCH weston 1/3] simple-im: Use returns from main() consistently

2016-10-11 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- clients/weston-simple-im.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/weston-simple-im.c b/clients/weston-simple-im.c index 1663d84..f766a88 100644 --- a/clients/weston-simple-im.c +++

[PATCH weston 2/3] simple-im: Use the appropriate enum names to xkb calls

2016-10-11 Thread Bryce Harrington
XKB_KEYMAP_COMPILE_NO_FLAGS and XKB_CONTEXT_NO_FLAGS are both defined as 0 so no functional change here, just improved code clarity. Signed-off-by: Bryce Harrington --- clients/weston-simple-im.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 1/1] libweston: fix building issue when EGL support is not enabled

2016-10-11 Thread Vincent Abriou
weston-egl-ext.h has been include in compositor-xx.c file in order to define EGL_PLATFORM_xxx_KHR extensions used by the compositors. But in case EGL support is not enabled, all EGL related definition must be skipped except EGL_PLATFORM_xxx_KHR that must be still defined to allow compositor-xx.c

Re: [PATCH weston v3] clients: Add XKB compose key support

2016-10-11 Thread Eric Engestrom
On Mon, Oct 10, 2016 at 03:31:47PM -0700, Bryce Harrington wrote: > This adds single-symbol compose support using libxkbcommon's compose > functionality. E.g., assuming you have the right alt key defined as > your compose key, typing +i+' will produce í, and +y+= will > produce ¥. This makes