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

2017-01-17 Thread Pekka Paalanen
On Mon, 16 Jan 2017 14:06:14 + Daniel Stone wrote: > Hi, > > On 17 December 2016 at 12:40, Quentin Glidic > wrote: > > Currently, layers’ order depends on the module loading order and it does > > not survive runtime modifications (like shell locking/unlocking). > > With this patch, modules

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

2017-01-16 Thread Daniel Stone
Hi, On 17 December 2016 at 12:40, Quentin Glidic wrote: > 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,

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

2016-12-17 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: