Re: [PATCH weston] compositor: Always empty the input region of the pointer surface

2012-07-09 Thread Kristian Høgsberg
On Wed, Jul 04, 2012 at 03:48:29PM +0300, Ander Conselvan de Oliveira wrote: > Otherwise a surface.attach request might cause the input region to be > reset to the default value (the entire surface) causing it to receive > focus. Thanks, applied. Kristian > Tiago ran into this problem with xwayla

[PATCH weston] compositor: Always empty the input region of the pointer surface

2012-07-04 Thread Ander Conselvan de Oliveira
Otherwise a surface.attach request might cause the input region to be reset to the default value (the entire surface) causing it to receive focus. Tiago ran into this problem with xwayland. --- src/compositor.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/composi