desktop-shell: Make surface_touch_move take a touch instead of a seat
authorDerek Foreman <derekf@osg.samsung.com>
Wed, 15 Jul 2015 18:00:37 +0000 (13:00 -0500)
committerBryce Harrington <bryce@osg.samsung.com>
Fri, 17 Jul 2015 02:03:56 +0000 (19:03 -0700)
commitb7674ae4dcd35ec68d1a66730e487059d0091a7f
tree4783008643bf57dfcfaba84b442780c9d97a04d4
parent8ae2db5b0cc5673e442938aa176cb44ada3e20ca
desktop-shell: Make surface_touch_move take a touch instead of a seat

It never actually needs the seat, and we always verify the touch pointer
before calling it, so let's just pass a touch pointer instead of having
an assumption that the seat's touch pointer has been verified.

Reviewed-by: Jonas Ã…dahl <jadahl@gmail.com>
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
desktop-shell/shell.c