Re: [PATCH weston v2] dnd: Fix some mouse cursor issues

2014-11-28 Thread Pekka Paalanen
On Thu, 20 Nov 2014 15:32:40 -0600 Derek Foreman wrote: > When ending a drag in the window the cursor will be wrong until the mouse > is moved again. This is because the item being dragged isn't added > until after the enter event. > > Also, when picking up an item while moving the mouse the cu

[PATCH weston v2] dnd: Fix some mouse cursor issues

2014-11-20 Thread Derek Foreman
When ending a drag in the window the cursor will be wrong until the mouse is moved again. This is because the item being dragged isn't added until after the enter event. Also, when picking up an item while moving the mouse the cursor can switch back to a non-drag cursor before the drag begins. T