Re: [PATCH weston 4/8] shell: Use relative layers for lock/unlock

2013-05-21 Thread Quentin Glidic
This patch should be replaced with a more generic mechanism. Proposal and patches will come soon as a new series. -- Quentin “Sardem FF7” Glidic ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/lis

[PATCH weston 4/8] shell: Use relative layers for lock/unlock

2013-05-17 Thread Quentin Glidic
From: Quentin Glidic This way, other modules can safely add layers before or after the shell layers without breaking the list on lock/unlock Signed-off-by: Quentin Glidic --- src/shell.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/shell.c b/src/sh