Re: [PATCH weston v5 00/36] Head-based output configuration API a.k.a clone mode infrastructure

2017-12-15 Thread Alex Deucher
On Fri, Dec 15, 2017 at 2:27 AM, Pekka Paalanen wrote: > On Thu, 14 Dec 2017 10:11:32 -0500 > Alex Deucher wrote: > >> On Thu, Dec 14, 2017 at 6:40 AM, Pekka Paalanen wrote: >> > From: Pekka Paalanen >> > >> > Hi all, >> > >> > this is v5 (to match the numbering of my public branches) of the li

[ANNOUNCE] libxkbcommon 0.8.0

2017-12-15 Thread Ran Benita
libxkbcommon 0.8.0 == - Added xkb_keysym_to_{upper,lower} to perform case-conversion directly on keysyms. This is useful in some odd cases, but working with the Unicode representations should be preferred when possible. - Added Unicode conversion rules for the signifblank and

Re: [PATCH] linux-dmabuf: send deprecated format events

2017-12-15 Thread Philipp Zabel
On Fri, 2017-12-15 at 10:51 +, Daniel Stone wrote: > Hi Philipp, > > On 15 December 2017 at 10:46, Philipp Zabel wrote: > > On Fri, 2017-12-15 at 09:46 +, Daniel Stone wrote: > > > On 15 December 2017 at 09:25, Philipp Zabel > > > wrote: > > > > Send format events instead of the modifie

[RFC PATCH xserver] xwayland: avoid race condition on new keymap

2017-12-15 Thread Olivier Fourdan
When the Wayland compositor notifies of a new keymap, for the first X11 client using the keyboard, the last slave keyboard used might still not be set (i.e. “lastSlave” is still NULL). As a result, the new keymap is not applied, and the first X11 window will have the wrong keymap set initially. A

[PATCH] rdp compositor: add a man page and add links to that page

2017-12-15 Thread David Fort
--- Makefile.am| 5 +++ man/weston-rdp.man | 92 ++ man/weston.man | 13 3 files changed, 110 insertions(+) create mode 100644 man/weston-rdp.man diff --git a/Makefile.am b/Makefile.am index 7adc625..f67e693 100644 --- a/M

Re: [PATCH] linux-dmabuf: send deprecated format events

2017-12-15 Thread Daniel Stone
Hi Philipp, On 15 December 2017 at 10:46, Philipp Zabel wrote: > On Fri, 2017-12-15 at 09:46 +, Daniel Stone wrote: >> On 15 December 2017 at 09:25, Philipp Zabel wrote: >> > Send format events instead of the modifier event, if the client binds on >> > a protocol version before version 3, sk

Re: [PATCH] linux-dmabuf: send deprecated format events

2017-12-15 Thread Philipp Zabel
Hi Daniel, On Fri, 2017-12-15 at 09:46 +, Daniel Stone wrote: > Hi Michael and Philipp, > > On 15 December 2017 at 09:25, Philipp Zabel wrote: > > Although the format event is deprecated, some clients, especially the > > GStreamer waylandsink, only support zwp_linux_dmabuf_v1 version 1 and >

Re: [PATCH weston v5 00/36] Head-based output configuration API a.k.a clone mode infrastructure

2017-12-15 Thread Pekka Paalanen
On Thu, 14 Dec 2017 13:40:37 +0200 Pekka Paalanen wrote: > From: Pekka Paalanen > > Hi all, > > this is v5 (to match the numbering of my public branches) of the libweston > user > facing API and infrastructure for supporting shared-CRTC clone mode. > > Previous submission with rationale: > h

Re: [PATCH] rdp compositor: add a man page

2017-12-15 Thread Pekka Paalanen
On Thu, 14 Dec 2017 13:51:11 +0100 David Fort wrote: > --- > Makefile.am| 5 +++ > man/weston-rdp.man | 92 > ++ > 2 files changed, 97 insertions(+) > create mode 100644 man/weston-rdp.man > > diff --git a/Makefile.am b/Makefile.am

Re: [PATCH] linux-dmabuf: send deprecated format events

2017-12-15 Thread Daniel Stone
Hi Michael and Philipp, On 15 December 2017 at 09:25, Philipp Zabel wrote: > Although the format event is deprecated, some clients, especially the > GStreamer waylandsink, only support zwp_linux_dmabuf_v1 version 1 and > require the deprecated format event. > > Send format events instead of the m

[PATCH] linux-dmabuf: send deprecated format events

2017-12-15 Thread Philipp Zabel
From: Michael Tretter Although the format event is deprecated, some clients, especially the GStreamer waylandsink, only support zwp_linux_dmabuf_v1 version 1 and require the deprecated format event. Send format events instead of the modifier event, if the client binds on a protocol version befor