Re: [PATCH weston] libweston: Position layers in an absolute way

2016-07-07 Thread Pekka Paalanen
On Tue, 5 Jul 2016 11:26:52 +0200 Quentin Glidic wrote: > On 05/07/2016 11:09, Giulio Camuffo wrote: > > 2016-07-05 10:15 GMT+02:00 Quentin Glidic > > : > >> From: Quentin Glidic > >> > >> Currently, layers’ order depends on the module loading order. > >> With this patch, modules can safely a

Re: [PATCH weston] libweston: Position layers in an absolute way

2016-07-05 Thread Quentin Glidic
On 05/07/2016 11:09, Giulio Camuffo wrote: 2016-07-05 10:15 GMT+02:00 Quentin Glidic : From: Quentin Glidic Currently, layers’ order depends on the module loading order. With this patch, modules can safely add their own layer at the correct place. Signed-off-by: Quentin Glidic --- desktop-s

Re: [PATCH weston] libweston: Position layers in an absolute way

2016-07-05 Thread Giulio Camuffo
2016-07-05 10:15 GMT+02:00 Quentin Glidic : > From: Quentin Glidic > > Currently, layers’ order depends on the module loading order. > With this patch, modules can safely add their own layer at the correct > place. > > Signed-off-by: Quentin Glidic > --- > desktop-shell/input-panel.c |

[PATCH weston] libweston: Position layers in an absolute way

2016-07-05 Thread Quentin Glidic
From: Quentin Glidic Currently, layers’ order depends on the module loading order. With this patch, modules can safely add their own layer at the correct place. Signed-off-by: Quentin Glidic --- desktop-shell/input-panel.c | 9 +++-- desktop-shell/shell.c | 80 ++