Re: [PATCH weston] desktop-shell: Don't crash on zoom without a pointer in the seat

2015-01-30 Thread Bryce Harrington
On Wed, Jan 07, 2015 at 08:04:05AM +1000, Peter Hutterer wrote: > On Tue, Jan 06, 2015 at 02:28:13PM -0600, Derek Foreman wrote: > > The zoom effect zooms at the seat's current pointer location. When no > > pointer is present the zoom key bindings cause a crash. > > > > Instead, check for the abs

Re: [PATCH weston] desktop-shell: Don't crash on zoom without a pointer in the seat

2015-01-07 Thread Derek Foreman
On 06/01/15 09:27 PM, Jonas Ådahl wrote: > On Tue, Jan 06, 2015 at 02:28:13PM -0600, Derek Foreman wrote: >> The zoom effect zooms at the seat's current pointer location. When no >> pointer is present the zoom key bindings cause a crash. >> >> Instead, check for the absence of a pointer and log a

Re: [PATCH weston] desktop-shell: Don't crash on zoom without a pointer in the seat

2015-01-06 Thread Peter Hutterer
On Tue, Jan 06, 2015 at 07:49:50PM -0600, Derek Foreman wrote: > On 06/01/15 04:04 PM, Peter Hutterer wrote: > > On Tue, Jan 06, 2015 at 02:28:13PM -0600, Derek Foreman wrote: > >> The zoom effect zooms at the seat's current pointer location. When no > >> pointer is present the zoom key bindings c

Re: [PATCH weston] desktop-shell: Don't crash on zoom without a pointer in the seat

2015-01-06 Thread Jonas Ådahl
On Tue, Jan 06, 2015 at 02:28:13PM -0600, Derek Foreman wrote: > The zoom effect zooms at the seat's current pointer location. When no > pointer is present the zoom key bindings cause a crash. > > Instead, check for the absence of a pointer and log a warning. > > Signed-off-by: Derek Foreman >

Re: [PATCH weston] desktop-shell: Don't crash on zoom without a pointer in the seat

2015-01-06 Thread Derek Foreman
On 06/01/15 04:04 PM, Peter Hutterer wrote: > On Tue, Jan 06, 2015 at 02:28:13PM -0600, Derek Foreman wrote: >> The zoom effect zooms at the seat's current pointer location. When no >> pointer is present the zoom key bindings cause a crash. >> >> Instead, check for the absence of a pointer and log

Re: [PATCH weston] desktop-shell: Don't crash on zoom without a pointer in the seat

2015-01-06 Thread Peter Hutterer
On Tue, Jan 06, 2015 at 02:28:13PM -0600, Derek Foreman wrote: > The zoom effect zooms at the seat's current pointer location. When no > pointer is present the zoom key bindings cause a crash. > > Instead, check for the absence of a pointer and log a warning. > > Signed-off-by: Derek Foreman i

[PATCH weston] desktop-shell: Don't crash on zoom without a pointer in the seat

2015-01-06 Thread Derek Foreman
The zoom effect zooms at the seat's current pointer location. When no pointer is present the zoom key bindings cause a crash. Instead, check for the absence of a pointer and log a warning. Signed-off-by: Derek Foreman --- desktop-shell/shell.c | 5 + 1 file changed, 5 insertions(+) diff -