Re: [PATCH weston] rpi-renderer: don't pass a box to pixman_region32_contains_point()

2014-12-01 Thread Pekka Paalanen
On Fri, 21 Nov 2014 13:20:22 -0800 Bryce Harrington wrote: > On Fri, Nov 21, 2014 at 12:31:04PM -0600, Derek Foreman wrote: > > We don't care which box contained the point, so don't pass one in. > > > > Signed-off-by: Derek Foreman > > --- > > > > Had thought I'd already sent this one up a whi

Re: [PATCH weston] rpi-renderer: don't pass a box to pixman_region32_contains_point()

2014-11-21 Thread Bryce Harrington
On Fri, Nov 21, 2014 at 12:31:04PM -0600, Derek Foreman wrote: > We don't care which box contained the point, so don't pass one in. > > Signed-off-by: Derek Foreman > --- > > Had thought I'd already sent this one up a while back, but can't find > it in patchwork or on the list... > > src/rpi-r

[PATCH weston] rpi-renderer: don't pass a box to pixman_region32_contains_point()

2014-11-21 Thread Derek Foreman
We don't care which box contained the point, so don't pass one in. Signed-off-by: Derek Foreman --- Had thought I'd already sent this one up a while back, but can't find it in patchwork or on the list... src/rpi-renderer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/s