desktop-shell: Make surface_rotate take a pointer instead of a seat
authorDerek Foreman <derekf@osg.samsung.com>
Wed, 15 Jul 2015 18:00:39 +0000 (13:00 -0500)
committerBryce Harrington <bryce@osg.samsung.com>
Fri, 17 Jul 2015 02:04:07 +0000 (19:04 -0700)
commit74de4693b799b40e587feea715fa27f51873d2c0
treef4e8c4007432f7fcccde0ce7cf7641862466b55c
parent794fa0e0311d7983fb4d2128e942df3c974adfe7
desktop-shell: Make surface_rotate take a pointer instead of a seat

It doesn't actually need the seat and we have to validate that the seat
has a pointer before making the call, so it's safer just to pass
the validated pointer.

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