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