[PATCH 1/2] compositor: Fix a couple comment typos

2015-12-11 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- src/compositor-fbdev.c | 2 +- src/compositor.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/compositor-fbdev.c b/src/compositor-fbdev.c index 57c54c2..e27df6d 100644 --- a/src/compositor-fbdev.c +++ b/src/compositor-fbdev.

[PATCH 2/2] compositor: Document routines relating to idle behavior

2015-12-11 Thread Bryce Harrington
Signed-off-by: Bryce Harrington --- src/compositor.c | 46 ++ 1 file changed, 46 insertions(+) diff --git a/src/compositor.c b/src/compositor.c index 254e9e4..3e1f588 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -3817,6 +3817,11 @@ bind_subc

[PATCH v4] xwm: let the shells decide the position of X windows

2015-12-11 Thread Giulio Camuffo
The xwm used to automatically send to Xwayland the position of X windows when that changed, using the x,y of the primary view of the surface. This works fine for the desktop shell but less so for others. This patch adds a 'send_position' vfunc to the weston_shell_client that the shell will call whe

Re: [PATCH weston v3] xwm: let the shells decide the position of X windows

2015-12-11 Thread Derek Foreman
On 02/12/15 05:05 AM, Giulio Camuffo wrote: > The xwm used to automatically send to Xwayland the position of X windows > when that changed, using the x,y of the primary view of the surface. > This works fine for the desktop shell but less so for others. > This patch adds a 'send_position' vfunc to

Re: [PATCH weston v3] drm: port the drm backend to the new init api

2015-12-11 Thread Giulio Camuffo
2015-12-11 17:31 GMT+02:00 Pekka Paalanen : > On Wed, 9 Dec 2015 19:08:58 +0200 > Giulio Camuffo wrote: > >> 2015-12-09 18:58 GMT+02:00 Daniel Stone : >> > Hi, >> > >> > On 9 December 2015 at 16:29, Giulio Camuffo >> > wrote: >> >> +enum weston_drm_backend_output_mode { >> >> + /** The out

Re: [PATCH weston v3] drm: port the drm backend to the new init api

2015-12-11 Thread Pekka Paalanen
On Wed, 9 Dec 2015 19:08:58 +0200 Giulio Camuffo wrote: > 2015-12-09 18:58 GMT+02:00 Daniel Stone : > > Hi, > > > > On 9 December 2015 at 16:29, Giulio Camuffo > > wrote: > >> +enum weston_drm_backend_output_mode { > >> + /** The output is disabled */ > >> + WESTON_DRM_BACKEND_OUT

Re: [PATCH wayland] server: don't send an error to NULL display_resource

2015-12-11 Thread Marek Chalupa
Hi, On 12/07/2015 06:54 PM, Bill Spitzak wrote: On Mon, Dec 7, 2015 at 12:42 AM, Marek Chalupa mailto:mchqwe...@gmail.com>> wrote: diff --git a/src/wayland-server.c b/src/wayland-server.c index 1364d5d..b372aa9 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c

Re: Touch event delayed or missing with weston 1.8.0 and qtwayland 5.4.2

2015-12-11 Thread Vikas Patil
Hi Giulio, Thanks for the suggestion. I was able to capture the wayland log from weston and HMI as per your suggestion with good and bad scenarios. You will see two times wayland log, I think this is due to I have specified WAYLAND_DEBUG=1 for weston and hmi both. Captured log for below five scen

Re: [PATCH libinput] touchpad: add a special quirk for the Lenovo x220 with updated firmware

2015-12-11 Thread Hans de Goede
Hi, On 11-12-15 02:25, Peter Hutterer wrote: If an x220 is updated to the touchpad firmware version 8.1, the touchpad suffers from the same issues as the x230 and needs custom acceleration code. Unfortunately we cannot detect this otherwise, so it is left to the user as a custom hwdb setting. h

Re: [RFC wayland-protocols 1/1] Add Primary Selection Protocol Version 1

2015-12-11 Thread Giulio Camuffo
2015-12-10 1:29 GMT+02:00 : > From: Lyude > > Signed-off-by: Lyude > --- > Makefile.am| 1 + > unstable/primary-selection/README | 4 + > .../primary-selection-unstable-v1.xml | 87 > ++ > 3 files chang