Re: [PATCH 1/2] wayland-web: Update documentation for EFL toolkit web page

2017-03-21 Thread Derek Foreman
On 21/03/17 09:29 AM, Chris Michael wrote: This patch updates the documentation for building EFL with wayland support on the wayland web site. Signed-off-by: Chris Michael --- efl.html | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git

Re: [PATCH wayland v2 3/4] wayland-util: build/ship as separate shared library

2017-03-21 Thread Pekka Paalanen
On Mon, 20 Mar 2017 17:55:25 + Emil Velikov wrote: > On 17 March 2017 at 13:24, Daniel Stone wrote: > > Hi, > > > > If you want to avoid sinking too much time into this, I suggest you > > work on polishing the rationale first. > > > Agreed,

Re: [PATCH wayland v2 3/4] wayland-util: build/ship as separate shared library

2017-03-21 Thread Pekka Paalanen
On Mon, 20 Mar 2017 18:21:53 + Emil Velikov wrote: > On 17 March 2017 at 13:32, Pekka Paalanen wrote: > > On Fri, 17 Mar 2017 12:07:45 + > > Emil Velikov wrote: > > > >> On 17 March 2017 at 11:10, Pekka Paalanen

[RFC] Interface for injection of input events

2017-03-21 Thread Peter Hutterer
Hi all, This is an RFC for a new interface to generate input events from arbitrary clients. Note that this is only a few days old, so **do not** assume this is anything more a thought experiment right now. This email is supposed to start a discussion and collection of the various points that need

[PATCH 1/2] wayland-web: Update documentation for EFL toolkit web page

2017-03-21 Thread Chris Michael
This patch updates the documentation for building EFL with wayland support on the wayland web site. Signed-off-by: Chris Michael --- efl.html | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/efl.html b/efl.html index 024109a..5b179df

Re: [RFC] Interface for injection of input events

2017-03-21 Thread Jonas Ã…dahl
On Wed, Mar 22, 2017 at 12:23:46PM +1000, Peter Hutterer wrote: > Hi all, > > This is an RFC for a new interface to generate input events from arbitrary > clients. Note that this is only a few days old, so **do not** assume this is > anything more a thought experiment right now. This email is

Re: [PATCH libinput] touchpad: add pressure ranges for cyapa touchpads

2017-03-21 Thread Peter Hutterer
On Tue, Mar 21, 2017 at 10:32:03AM +1000, Peter Hutterer wrote: > https://bugs.freedesktop.org/show_bug.cgi?id=100122 > > Signed-off-by: Peter Hutterer > --- > src/evdev-mt-touchpad.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/evdev-mt-touchpad.c

[RFC weston] libweston-desktop: Add size_requested API

2017-03-21 Thread Quentin Glidic
From: Quentin Glidic Some shells (wl_shell) does not let the compositor control the surface state and instead force one. Therefore, they cannot call {maximized,fullscreen}_requested as these imply the compositor can still opt-out. This new callback is called whenever

[PATCH] configure.ac: use AC_HEADER_MAJOR to detect major()/minor()

2017-03-21 Thread Sergei Trofimovich
Before the change build failed on Gentoo as: libweston/weston_launch-weston-launch.o: In function `handle_open': weston/libweston/weston-launch.c:363: undefined reference to `major' weston/libweston/weston-launch.c:365: undefined reference to `major' weston/libweston/weston-launch.c:325:

Re: [PATCH wayland v2 2/4] wayland-util: split out private functionality to separate file

2017-03-21 Thread Bakos, Yong J
Hi Emil, > On Feb 21, 2017, at 8:14 AM, Emil Velikov wrote: > > From: Emil Velikov > > With next commit we'll make wayland-util a shared library (for reasons > mentioned in the commit). As such we need to make sure that the private >