There were some shortcomings in the first version of the protocol which
makes it not really useful in real world applications. It is not really
possible to fix them in a compatible way so introduce a new v2 of the
protocol.
Fixes some shortcomings of the first version:
* Use only one wp_text_inpu
The first RC for libinput 1.2 is now available.
The main feature merged in this cycle is graphics tablet tool support.
Devices tagged by udev as ID_INPUT_TABLET are handled by libinput now and
exposed with the LIBINPUT_DEVICE_CAP_TABLET_TOOL capability. Note that this
currently only includes table
On Wed, Jan 27, 2016 at 09:59:43PM +0100, Norwin Hanghuhn wrote:
> Currently, a timer is used to discriminate between button clicks and
> button scrolling. Therefore, button clicks must finalize before and
> scrolling can only start after the timer has elapsed.
>
> This patch changes the behaviour
Currently, a timer is used to discriminate between button clicks and
button scrolling. Therefore, button clicks must finalize before and
scrolling can only start after the timer has elapsed.
This patch changes the behaviour such that scrolling starts
immediately after the scroll button is pressed
Dear all and nicesj,
I push a patch to add get/set user data for wl_client.
If it does make sense, I think it'll be merged into the repository after
getting reviewed.
Thanks and regards,
Sung-Jin Park
--- Original Message ---
Sender : Giulio Camuffo
Date : 2016-01-27 19:14 (GMT+09:00
Signed-off-by: Sung-Jin Park
---
src/wayland-server-core.h | 6 ++
src/wayland-server.c | 13 +
2 files changed, 19 insertions(+)
diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h
index e8e1e9c..6990423 100644
--- a/src/wayland-server-core.h
+++ b/src/wayla
2016-01-27 5:30 GMT+02:00 :
> Dear all,
>
> Currently, I'm writing a simple compositor for proving my thought.
>
> while implementing it, I found that the wl_client doesn't have the user data
> field.
>
> in the sever side, the wl_client is used in many callbacks for handling the
> request of clie
On Wed, 27 Jan 2016 12:30:51 +0900
nic...@nicesj.com wrote:
> Dear all,
>
> Currently, I'm writing a simple compositor for proving my thought.
>
> while implementing it, I found that the wl_client doesn't have the user data
> field.
>
> in the sever side, the wl_client is used in many callback
we're returning a pointer
Signed-off-by: Marek Chalupa
---
src/wayland-util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wayland-util.c b/src/wayland-util.c
index e782309..3f95877 100644
--- a/src/wayland-util.c
+++ b/src/wayland-util.c
@@ -127,7 +127,7 @@ wl_array_a