Re: [PATCH 4/6] libweston: fbdev: set fb device info upon the first run.

2017-10-13 Thread nerdopolis
On Tuesday, October 3, 2017 2:44:47 AM EDT Pekka Paalanen wrote: > On Mon, 02 Oct 2017 23:14:26 -0400 > nerdopolis wrote: > > > On Tuesday, September 26, 2017 9:45:43 AM EDT Pekka Paalanen wrote: > > > On Thu, 14 Sep 2017 23:08:51 -0400 > > > nerdopolis wrote: > > > > > > > On Wednesday, Sept

Re: [PATCH wayland v2 0/8] Import wayland-egl frontend library

2017-10-13 Thread Emil Velikov
On 10 October 2017 at 14:43, Emil Velikov wrote: > Hi all, > > Here is a retake of the RFC as originally seen here [1]. > > In summary - we want the user facing library to live in Wayland with > vendors providing a backend/plugin. Otherwise we'll get file conflicts > as library can come from diff

Re: [PATCH weston v3] compositor-wayland: Don't use two different presentation methods for fs shell

2017-10-13 Thread Pekka Paalanen
On Tue, 7 Feb 2017 21:03:40 +0100 Armin Krezović wrote: > This patch fixes the wayland backend to not use two different > presentation methods when running on fullscreen-shell. > > See also: https://patchwork.freedesktop.org/patch/114534/ > > v2: > > - Add missing wayland_output_resize_surfa

Re: [PATCH wayland] wayland-server: document WL_HIDE_DEPRECATED

2017-10-13 Thread Pekka Paalanen
On Fri, 8 Sep 2017 14:18:29 +0300 Pekka Paalanen wrote: > On Fri, 8 Sep 2017 11:49:53 +0100 > Emil Velikov wrote: > > > From: Emil Velikov > > > > Add some inline information, what the macro is used for, why it came to > > be and what we shouldn't do if we consider further deprecation in the

Re: [PATCH weston v2] compositor-wayland: destroy the appropriate output instead of exiting when receiving an xdg_toplevel::close event

2017-10-13 Thread Pekka Paalanen
On Wed, 27 Sep 2017 16:06:37 +0200 Sergi Granell wrote: > v2: Fix use after free spotted by Daniel Stone > > Signed-off-by: Sergi Granell > --- > libweston/compositor-wayland.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/libweston/compositor-wayland.c b/libwe

Re: [PATCH] compositor-wayland: use input region instead of opaque region to zxdg_shell_v6::set_window_geometry

2017-10-13 Thread Pekka Paalanen
On Mon, 25 Sep 2017 11:57:37 +0200 Sergi Granell wrote: > The opaque region is a few pixels off due to the rounded corners > of the frame decorations, and, therefore, the input region > matches the window's geometry more closely. > > Signed-off-by: Sergi Granell > --- > libweston/compositor-wa