On Thu, May 10, 2018 at 12:47:33AM +0200, Friedrich Schöller wrote:
> ---
> test/test-touchpad.c | 40
> 1 file changed, 40 insertions(+)
>
> diff --git a/test/test-touchpad.c b/test/test-touchpad.c
> index b73d9e58..8341e209 100644
> --- a/test/test-touch
one of the issues we have with libinput in the wayland world is that
debugging it is a bit harder than in X. There we can just run xinput
list-props and get an idea of what settings are applied to each device which
helps narrow down where the issue really is. Under Wayland, that is not
available, f
Hi pekka
I test presentation on my side. The presentation results is not accurate
because our pageflip event send last frame's timestamp every time. So
weston_output_finish_frame send last frame's present tine
to current frame's feedback. For this situation, I just delay one frame to
send present
On Thu, May 10, 2018 at 12:46:02AM +0200, Friedrich Schöller wrote:
> On 09.05.2018 06:34, Peter Hutterer wrote:
> > On Sat, May 05, 2018 at 03:49:32AM +0200, Friedrich Schöller wrote:
> > thanks, patch looks good and is merged locally. Any chance I can convince
> > you to write a test case for thi
On Mon, May 07, 2018 at 04:59:49PM +0100, Daniel Stone wrote:
> Hi all,
> As some of you have seen, freedesktop.org is migrating its Git hosting
> to GitLab[0]. Whilst the documentation is still a little scratchy -
> partly deliberate whilst we've been bootstrapping our infrastructure
> and monitor
---
test/test-touchpad.c | 40
1 file changed, 40 insertions(+)
diff --git a/test/test-touchpad.c b/test/test-touchpad.c
index b73d9e58..8341e209 100644
--- a/test/test-touchpad.c
+++ b/test/test-touchpad.c
@@ -4974,6 +4974,45 @@ START_TEST(touchpad_thumb_
On 09.05.2018 06:34, Peter Hutterer wrote:
On Sat, May 05, 2018 at 03:49:32AM +0200, Friedrich Schöller wrote:
thanks, patch looks good and is merged locally. Any chance I can convince
you to write a test case for this? :)
Would make sure that we're not breaking this again.
Nice to hear! I wrot