Re: [PATCH weston] window: Fix crash in input_set_pointer_image when cursor is special

2015-03-05 Thread Derek Foreman
On 05/03/15 02:15 AM, Pekka Paalanen wrote: > On Wed, 4 Mar 2015 16:26:25 -0600 > Derek Foreman wrote: > >> Certain circumstances may lead to the "force" clause in >> input_set_pointer_image() being reached when the current cursor >> is blank or unset. These are special cursors that don't have

Re: [PATCH weston] window: Fix crash in input_set_pointer_image when cursor is special

2015-03-05 Thread Pekka Paalanen
On Wed, 4 Mar 2015 16:26:25 -0600 Derek Foreman wrote: > Certain circumstances may lead to the "force" clause in > input_set_pointer_image() being reached when the current cursor > is blank or unset. These are special cursors that don't have > images, and they need to be handled differently tha

[PATCH weston] window: Fix crash in input_set_pointer_image when cursor is special

2015-03-04 Thread Derek Foreman
Certain circumstances may lead to the "force" clause in input_set_pointer_image() being reached when the current cursor is blank or unset. These are special cursors that don't have images, and they need to be handled differently than image cursors. This patch puts the special cursor handling in i