Re: [PATCH weston] compositor.h: Add shell_interface.get_output_work_area

2016-05-03 Thread Pekka Paalanen
On Wed, 23 Mar 2016 13:50:49 +0100 Quentin Glidic wrote: > From: Quentin Glidic > > This will allow plugins to be aware of e.g. panels, to avoid covering > them with other surfaces. > > Signed-off-by: Quentin Glidic > --- > desktop-shell/shell.c | 4 +++- > src/compositor.h | 1 + > 2 f

[PATCH weston] compositor.h: Add shell_interface.get_output_work_area

2016-03-23 Thread Quentin Glidic
From: Quentin Glidic This will allow plugins to be aware of e.g. panels, to avoid covering them with other surfaces. Signed-off-by: Quentin Glidic --- desktop-shell/shell.c | 4 +++- src/compositor.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop-shell/shell.