desktop-shell: Make surface_resize take a pointer instead of a seat
authorDerek Foreman <derekf@osg.samsung.com>
Wed, 15 Jul 2015 18:00:40 +0000 (13:00 -0500)
committerBryce Harrington <bryce@osg.samsung.com>
Fri, 17 Jul 2015 02:04:17 +0000 (19:04 -0700)
commit8fbebbd985bf375e3b122d623a28f173bba34327
tree9d6ea83e49f5e0dd091324d9dfe893f52a9e7bef
parent74de4693b799b40e587feea715fa27f51873d2c0
desktop-shell: Make surface_resize 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