[PATCH weston 2/3] editor: Add command line options for version and help

2016-11-20 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- clients/editor.c | 70 1 file changed, 50 insertions(+), 20 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index d6bf588..ead7b6f 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -1

[PATCH weston 1/3] editor: Use parse_options() from shared for command line options

2016-11-20 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- clients/editor.c | 59 +--- 1 file changed, 39 insertions(+), 20 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index 6805d8a..d6bf588 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -3

[PATCH weston 3/3] editor: Load a file if specified on command line

2016-11-20 Thread Bryce Harrington
Add support for basic text file loading, to facilitate more expansive testing of its UTF-8 text editing support. Signed-off-by: Bryce Harrington --- clients/editor.c | 115 --- 1 file changed, 110 insertions(+), 5 deletions(-) diff --git a/cli

Re: [PATCH wayland] util: Improve documentation of wl_iterator_result

2016-11-20 Thread Peter Hutterer
On Sun, Nov 20, 2016 at 09:26:08AM -0800, Yong Bakos wrote: > From: Yong Bakos > > Use declarative voice, remove the unnecessary doxygen \enum tag, and add > two see-also's. This keeps the output the same but makes the comment > voice consistent, a little more readable, and refers to documented >

[PATCH wayland] util: Improve documentation of wl_iterator_result

2016-11-20 Thread Yong Bakos
From: Yong Bakos Use declarative voice, remove the unnecessary doxygen \enum tag, and add two see-also's. This keeps the output the same but makes the comment voice consistent, a little more readable, and refers to documented functions that use this enum type. Signed-off-by: Yong Bakos --- src

[PATCH wayland] util: Document wl_log_func_t

2016-11-20 Thread Yong Bakos
From: Yong Bakos Add a doxygen comment for wl_log_func_t. Signed-off-by: Yong Bakos --- src/wayland-util.h | 24 1 file changed, 24 insertions(+) diff --git a/src/wayland-util.h b/src/wayland-util.h index 8b02ff0..724dbb2 100644 --- a/src/wayland-util.h +++ b/src/wayl

Re: [PATCH libinput] evdev: add a quirk for the HP Zbook Studio G3

2016-11-20 Thread Hans de Goede
Hi, On 20-11-16 00:41, Peter Hutterer wrote: Announces 4 slots but only sends data for the first two. This causes libinput to miss three-finger actions (we don't look at BTN_TOOL_TRIPLETAP if we have 3 or more slots). https://bugs.freedesktop.org/show_bug.cgi?id=98100 Signed-off-by: Peter Hutt