Re: [PATCH weston v3 3/3] libweston-desktop/xdg_shell_v5: Add surface as needed

2016-09-07 Thread Quentin Glidic
On 06/09/2016 05:46, Jonas Ådahl wrote: On Sun, Sep 04, 2016 at 06:37:59PM +0200, Quentin Glidic wrote: From: Quentin Glidic This way we are sure the compositor is aware of a surface when we forward a request for said surface. Signed-off-by: Quentin Glidic On all three: Reviewed-by: Jonas

Re: [PATCH weston v3 3/3] libweston-desktop/xdg_shell_v5: Add surface as needed

2016-09-05 Thread Jonas Ådahl
On Sun, Sep 04, 2016 at 06:37:59PM +0200, Quentin Glidic wrote: > From: Quentin Glidic > > This way we are sure the compositor is aware of a surface when we > forward a request for said surface. > > Signed-off-by: Quentin Glidic On all three: Reviewed-by: Jonas Ådahl but I have one minor ni

[PATCH weston v3 3/3] libweston-desktop/xdg_shell_v5: Add surface as needed

2016-09-04 Thread Quentin Glidic
From: Quentin Glidic This way we are sure the compositor is aware of a surface when we forward a request for said surface. Signed-off-by: Quentin Glidic --- v2: Nothing v3: Fixed "if" style libweston-desktop/xdg-shell-v5.c | 42 ++-- 1 file changed, 32 inse