Hi!
I own an old Macbook 2,1 wich uses a synaptics touchpad and my pointer is
also jittering to the point
that it is very difficult to click on anything.
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/
Hello Bryce,
It seems the corner case '-f42xxx 2938475' doesn't work as expected with
'f' short option as integer:
1. one dash then call short_option
2. in short_option will check arg[2] and call handle_option
3. in handle_option will call strtol, where *value is '4' and *p is 'x'
thus *value
On 13/02/2016 11:22, Benoit Gschwind wrote:
>
> [snip]
>
Following a comment from Quentin Glidic on IRC, I read wrong the
snprintf (I readed printf ... a shame, my apology). Which make the patch
valid if output->base.name is not too long.
output->base.name is managed in the backend and is fixed
Hi,
Le 12/02/2016 18:45, Benoit Gschwind a écrit :
Hello,
Le 09/02/2016 16:14, Quentin Glidic a écrit :
From: Quentin Glidic
Signed-off-by: Quentin Glidic
---
Makefile.am | 10 ++---
{src => lib}/compositor-drm.c | 87
+++
{src =