Re: Rendering window thumbnails etc

2019-06-23 Thread adlo
> On 22 May 2019, at 21:36, Ilia Bozhinov wrote: > > If you have a panel/any UI elements, then you most probably have a protocol > to communicate that the UI element surface is a special surface. You could > then just extend this protocol so that you specify Z-ordering of these > surfaces, and

[ANNOUNCE] libinput 1.13.3

2019-06-23 Thread Peter Hutterer
libinput 1.13.3 is now available. Nothing too exciting, a few quirks for devices and a change in the udev callout so we don't change the kernel fuzz on devices we don't even handle. Alex Flowers (1): quirks: add a quirk for the Lenovo X1 Yoga 1st gen Peter Hutterer (6): quirks: handle

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-23 Thread Simon Ser
Hi Jonas, What do you think of this patch? Thanks, Simon On Saturday, April 27, 2019 11:16 AM, Simon Ser wrote: > The output description is a human-readable text describing the output. Unlike > the name which uniquely identifies the output, it's intended to be displayed > to > the user. > > I