Re: [PATCH weston] input: Empty the current input region when configuring pointer surfaces

2014-02-03 Thread Ander Conselvan de Oliveira
On 02/01/2014 10:00 AM, Pekka Paalanen wrote: On Fri, 31 Jan 2014 16:07:51 +0200 Ander Conselvan de Oliveira wrote: The input region of the cursor surface is set to empty in pointer_cursor_surface_configure(). Since during the commit process this function is called before the pending input reg

Re: [PATCH weston] input: Empty the current input region when configuring pointer surfaces

2014-02-03 Thread Pekka Paalanen
On Mon, 03 Feb 2014 16:16:29 +0200 Ander Conselvan de Oliveira wrote: > On 02/01/2014 10:00 AM, Pekka Paalanen wrote: > > On Fri, 31 Jan 2014 16:07:51 +0200 > > Ander Conselvan de Oliveira > > wrote: > > > >> The input region of the cursor surface is set to empty in > >> pointer_cursor_surface_c

Re: [PATCH weston] input: Empty the current input region when configuring pointer surfaces

2014-02-01 Thread Kristian Høgsberg
On Fri, Jan 31, 2014 at 04:07:51PM +0200, Ander Conselvan de Oliveira wrote: > The input region of the cursor surface is set to empty in > pointer_cursor_surface_configure(). Since during the commit process > this function is called before the pending input region is made > current, it empties surf

Re: [PATCH weston] input: Empty the current input region when configuring pointer surfaces

2014-02-01 Thread Pekka Paalanen
On Fri, 31 Jan 2014 16:07:51 +0200 Ander Conselvan de Oliveira wrote: > The input region of the cursor surface is set to empty in > pointer_cursor_surface_configure(). Since during the commit > process this function is called before the pending input region > is made current, it empties surface->

[PATCH weston] input: Empty the current input region when configuring pointer surfaces

2014-01-31 Thread Ander Conselvan de Oliveira
The input region of the cursor surface is set to empty in pointer_cursor_surface_configure(). Since during the commit process this function is called before the pending input region is made current, it empties surface->pending.input instead of surface->input. But pointer_cursor_surface_configure()