Re: [PATCH wayland] wayland-shm: Include wayland-util.h

2016-05-20 Thread Sam Spilsbury
On Sat, May 21, 2016 at 12:18 PM, Yong Bakos wrote: > From: Yong Bakos > > wayland-shm.c uses WL_EXPORT and wl_array, which are defined in > wayland-util.h. > > Include wayland-util.h explicitly, rather than transitively through > wayland-server.h. > > Signed-off-by: Yong Bakos > --- > src/wayl

Re: [PATCH wayland] event-loop: Include wayland-util.h

2016-05-20 Thread Sam Spilsbury
On Sat, May 21, 2016 at 12:23 PM, Yong Bakos wrote: > From: Yong Bakos > > event-loop.c uses WL_EXPORT and wl_list, which are defined in > wayland-util.h. > > Include wayland-util.h explicitly, rather than transitively through > wayland-server-core.h. > > Signed-off-by: Yong Bakos > --- > src/e

[PATCH wayland] event-loop: Include wayland-util.h

2016-05-20 Thread Yong Bakos
From: Yong Bakos event-loop.c uses WL_EXPORT and wl_list, which are defined in wayland-util.h. Include wayland-util.h explicitly, rather than transitively through wayland-server-core.h. Signed-off-by: Yong Bakos --- src/event-loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/even

[PATCH wayland] wayland-shm: Include wayland-util.h

2016-05-20 Thread Yong Bakos
From: Yong Bakos wayland-shm.c uses WL_EXPORT and wl_array, which are defined in wayland-util.h. Include wayland-util.h explicitly, rather than transitively through wayland-server.h. Signed-off-by: Yong Bakos --- src/wayland-shm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/waylan

[PATCH weston] clients: Add a weston-autorotater client and rotater protocol

2016-05-20 Thread Emmanuel Gil Peyrot
This client uses libiio to retrieve accelerometer values from the iio subsystem on Linux (and maybe some other kernels), and automatically rotate the output whenever orientation changed. I tested it with a mma8453 accelerometer, but everything needed should be available in the configuration to mak

Re: [ANNOUNCE] wayland 1.10.91

2016-05-20 Thread Bryce Harrington
On Wed, May 11, 2016 at 12:11:50PM -0700, Bryce Harrington wrote: > On Fri, May 06, 2016 at 02:17:23PM +0300, Pekka Paalanen wrote: > > On Wed, 4 May 2016 11:46:23 -0700 > > Bryce Harrington wrote: > > > > > On Wed, May 04, 2016 at 12:55:16AM -0700, Bryce Harrington wrote: > > > > Here's the alph

[PATCH weston v2] build: Define wayland prereq version

2016-05-20 Thread Bryce Harrington
Establishes a single variable for defining the libwayland version requirements. Enforces the same version dependency between libwayland-client and libwayland-server, as recommended by pq in the 1.11 release discussions. Signed-off-by: Bryce Harrington --- configure.ac | 12 +++- 1 file

Re: [PATCH weston] build: Define wayland prereq version

2016-05-20 Thread Bryce Harrington
On Thu, May 12, 2016 at 09:48:17AM +0100, Emil Velikov wrote: > On 12 May 2016 at 09:13, Pekka Paalanen wrote: > > On Thu, 12 May 2016 11:12:28 +1000 > > Peter Hutterer wrote: > > > >> On Wed, May 11, 2016 at 01:18:59PM -0700, Bryce Harrington wrote: > >> > Establishes a single variable for defin

Re: Protocol for window previews/thumbnails

2016-05-20 Thread adlo
> On 20 May 2016, at 09:33, Olivier Fourdan wrote: > > FWIW, if xfce were to support Wayland some day, we'd probably built it > on top of an existing compositor manager (mutter is probably the best > bet for a gtk+ based environment) and just like with GNOME shell, > window previews/thumbnails w

Re: [PATCH] rdp: don't release the seat until it is safe v2

2016-05-20 Thread Hardening
Le 20/05/2016 11:58, Sam Spilsbury a écrit : > On Fri, May 20, 2016 at 5:33 PM, David Fort wrote: >> Releasing a seat is not safe, so let's just announce it without keyboard >> and mouse until this is fixed. Without this patch we just can't reconnect on >> the RDP compositor as it crashes. >> >> v

Re: [PATCH libinput] udev: add the Dell Lattitude E5420 to the wobbly touchpads

2016-05-20 Thread Hans de Goede
Hi, On 20-05-16 12:28, Hans de Goede wrote: Hi, On 20-05-16 02:29, Peter Hutterer wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1336084 Signed-off-by: Peter Hutterer --- udev/90-libinput-model-quirks.hwdb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/udev/90-libinput-model-qui

Re: [PATCH libinput] udev: add the Yoga 2 to the wobbly touchpads

2016-05-20 Thread Hans de Goede
Hi, On 20-05-16 04:55, Peter Hutterer wrote: https://bugs.freedesktop.org/show_bug.cgi?id=95290 Signed-off-by: Peter Hutterer --- udev/90-libinput-model-quirks.hwdb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb i

Re: [PATCH libinput] udev: add the Dell Lattitude E5420 to the wobbly touchpads

2016-05-20 Thread Hans de Goede
Hi, On 20-05-16 02:29, Peter Hutterer wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1336084 Signed-off-by: Peter Hutterer --- udev/90-libinput-model-quirks.hwdb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb

Re: [PATCH] rdp: don't release the seat until it is safe v2

2016-05-20 Thread Sam Spilsbury
On Fri, May 20, 2016 at 5:33 PM, David Fort wrote: > Releasing a seat is not safe, so let's just announce it without keyboard > and mouse until this is fixed. Without this patch we just can't reconnect on > the RDP compositor as it crashes. > > v2: fixed the leak of the xkb_keymap > > Signed-off-b

[PATCH] rdp: don't release the seat until it is safe v2

2016-05-20 Thread David Fort
Releasing a seat is not safe, so let's just announce it without keyboard and mouse until this is fixed. Without this patch we just can't reconnect on the RDP compositor as it crashes. v2: fixed the leak of the xkb_keymap Signed-off-by: David Fort --- src/compositor-rdp.c | 33 ++

Re: [PATCH weston v2] ivi-layout: Initialize surface source rectange to 1x1

2016-05-20 Thread Pekka Paalanen
On Wed, 18 May 2016 12:22:06 +0100 mateuszx.potr...@intel.com wrote: > From: Mateusz Polrola > > If surface will be set to visible before its source rectangle will > be defined it will be displayed in its orginal size. Hi, how does it happen that you set visibility but not the source rectangle

Re: Protocol for window previews/thumbnails

2016-05-20 Thread Olivier Fourdan
Hi, On 12 May 2016 at 00:35, ade low wrote: > [...] > It is important that it is a standard, cross-compositor protocol. For > example, if I am using my app on "xfwm-wayland" and then I decide that I > want to switch to KWin, my app should continue to work. As a side note, there is no such thing

Re: [PATCH] weston: Don't exit just because tty is in gfx mode already

2016-05-20 Thread Pekka Paalanen
On Mon, 16 May 2016 15:25:52 -0700 Florian Hänel wrote: > From: =?UTF-8?q?Florian=20H=C3=A4nel?= > > If weston crashed (or during development) it can leave the tty > in graphics mode, which would prevent it from ever coming up again. > > Another compositor running should be handled by upstart/

Re: Protocol for window previews/thumbnails

2016-05-20 Thread Pekka Paalanen
On Thu, 19 May 2016 18:10:19 +0100 adlo wrote: > > On 12 May 2016, at 08:57, Pekka Paalanen wrote: > > > > On Wed, 11 May 2016 23:35:01 +0100 > > ade low wrote: > >> My use case is third-party window switcher applications, such as > >> xfdashboard or my program, xfce4-lightdash-plugin: > >>

Re: [PATCH wayland] scanner: Remove unused forward decs from client protocol

2016-05-20 Thread Pekka Paalanen
On Thu, 19 May 2016 20:31:16 -0600 Yong Bakos wrote: > From: Yong Bakos > > wayland-client-protocol.h had forward declarations for wl_client and > wl_resource, yet nothing on the client side references these types. > > Add a 'side' condition to only generate these forward declarations in the >