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

2016-07-11 Thread Quentin Glidic
On 11/07/2016 10:23, Giulio Camuffo wrote: 2016-07-09 20:45 GMT+02:00 Quentin Glidic : From: Quentin Glidic Currently, layers’ order depends on the module loading order and it does not survive runtime modifications (like shell locking/unlocking). With this patch, modules can safely add their o

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

2016-07-11 Thread Giulio Camuffo
2016-07-09 20:45 GMT+02:00 Quentin Glidic : > From: Quentin Glidic > > Currently, layers’ order depends on the module loading order and it does > not survive runtime modifications (like shell locking/unlocking). > With this patch, modules can safely add their own layer at the expected > position i

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

2016-07-09 Thread Quentin Glidic
From: Quentin Glidic Currently, layers’ order depends on the module loading order and it does not survive runtime modifications (like shell locking/unlocking). With this patch, modules can safely add their own layer at the expected position in the stack, with runtime persistence. Signed-off-by: