Re: [PATCH weston 1/6] compositor: remove useless weston_compositor_repick call

2012-07-11 Thread Kristian Høgsberg
On Thu, Jul 12, 2012 at 12:46:10AM +0300, Tiago Vignatti wrote: > compositor->focus was just unset, and weston_compositor_repick() has no > effect. I've committed the patch and the call to repick doesn't do anything anymore, but it used to take away pointer focus for all seats when focus was 0. T

[PATCH weston 1/6] compositor: remove useless weston_compositor_repick call

2012-07-11 Thread Tiago Vignatti
compositor->focus was just unset, and weston_compositor_repick() has no effect. Signed-off-by: Tiago Vignatti --- src/compositor.c |1 - 1 file changed, 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index 5626517..95fcf2a 100644 --- a/src/compositor.c +++ b/src/compositor.c