Re: [PATCH v2 weston 1/2] shell: Implement the probe_area request on the shell surface

2013-02-11 Thread Pekka Paalanen
On Fri, 8 Feb 2013 16:52:57 + Rob Bradford wrote: > From: Rob Bradford > Hi Rob, at least this version is not using weston_surface::geometry.{x,y} directly anymore, thanks for that. Unfortunately, the problem is more complex, more below. However, I don't think this is a critical problem

[PATCH v2 weston 1/2] shell: Implement the probe_area request on the shell surface

2013-02-08 Thread Rob Bradford
From: Rob Bradford --- src/shell.c | 86 - 1 file changed, 85 insertions(+), 1 deletion(-) diff --git a/src/shell.c b/src/shell.c index 368fa5b..5bddf12 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1917,6 +1917,89 @@ shell_surface_se