Re: [PATCH wayland-protocols v4] unstable: add xdg-toplevel-decoration protocol

2018-03-24 Thread Eike Hein
+1 I quite like this one. It's the best version so far. Cheers, Eike ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

[PATCH wayland-protocols v4] unstable: add xdg-toplevel-decoration protocol

2018-03-24 Thread Simon Ser
This adds a new protocol to negotiate server-side rendering of window decorations for xdg-toplevels. This allows compositors that want to draw decorations themselves to send their preference to clients, and clients that prefer server-side decorations to request them. This is inspired by a protocol

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

2018-03-24 Thread Ray, Ian (GE Healthcare)
> On 23 Mar 2018, at 19.16, Ray, Ian (GE Healthcare) wrote: > > >> On 23 Mar 2018, at 15.12, Ray, Ian (GE Healthcare) wrote: >> >> >>> On 16 Feb 2018, at 16.56, Pekka Paalanen wrote: >>> >>> From: Pekka Paalanen >>> >>> Hi all, >>> >>> here is the v6 of the shared-CRTC clone mode series

Re: EXT: [PATCH weston v6 37/73] compositor-wayland: migrate to head-based output API

2018-03-24 Thread Ray, Ian (GE Healthcare)
> On 16 Feb 2018, at 16.57, Pekka Paalanen wrote: > > From: Pekka Paalanen > > Follow the standard pattern used in the headless and x11 backend > migration, but also cater for the two other backend modes: --sprawl or > fullscreen-shell, and --fullscreen. > > Stops relying on the implicit west

Re: EXT: [PATCH weston v6 34/73] compositor-fbdev: migrate to head-based output API

2018-03-24 Thread Ray, Ian (GE Healthcare)
> On 16 Feb 2018, at 16.57, Pekka Paalanen wrote: > > From: Pekka Paalanen > > Implement the head-based output API in this backend, and stop relying on > the implicit weston_output::head. > > The split between fbdev_head and fbdev_output is somewhat arbitrary. > There is no hotplug or unplug,

Re: EXT: [PATCH weston v6 32/73] compositor-rdp: migrate to head-based output API

2018-03-24 Thread Ray, Ian (GE Healthcare)
> On 16 Feb 2018, at 16.57, Pekka Paalanen wrote: > > From: Pekka Paalanen > > Follow the starndard patttern as the other backends, headless and x11 in Nit: s/starndard/standard (And, at risk of being overly pedantic, the X11 change does not come until patch 35.) > particular, to stop rely