Signed-off-by: Peter Hutterer
---
src/evdev-mt-touchpad.c | 41 +++
test/test-touchpad.c| 73 ++---
2 files changed, 13 insertions(+), 101 deletions(-)
diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
index e5f
I should note that the edges are slightly disconnected in the new X version and
more disconnected in the new Wayland version - I have no idea why this is or
how to fix it - I have no prior experience with graphviz, but it seems like
it's probably a bug of some sort.
It would be possible to make
From: "Owen W. Taylor"
With recent versions of graphviz, generation of the diagrams in the
documentation
fails with:
/usr/bin/dot -Tpng -oxml/x-architecture.png dot/x-architecture.gv
Warning: flat edge between adjacent nodes one of which has a record shape -
replace records with HTML-like la
On Fri, Jun 2, 2017 at 1:51 AM, adlo wrote:
> How do I write a program that spawns a simple compositor instance on a
> nested Wayland window using libweston-desktop and the Wayland-on-Wayland
> backend? What are the absolute basics needed to get something on the screen
> using libweston-desktop a
How do I write a program that spawns a simple compositor instance on a nested
Wayland window using libweston-desktop and the Wayland-on-Wayland backend? What
are the absolute basics needed to get something on the screen using
libweston-desktop and the nested Wayland-on-Wayland backend?
Regards
> On 31 May 2017, at 13:54, Quentin Glidic
> wrote:
>
> One advice I’d have to give is to use libweston-desktop, that abstract a lot
> of protocol stuff and just let you manage toplevel surfaces without worrying
> about shell protocols, popups and other boring things like that. :-)
How do I i