data-device: Fix surface configure function type
authorJonas Ådahl <jadahl@gmail.com>
Tue, 3 Dec 2013 21:30:17 +0000 (22:30 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 3 Dec 2013 23:16:21 +0000 (15:16 -0800)
commit767d891c35f396cb90b298e0ae782ce80a0ad6c8
tree7fffc35755ab7300d5026e1925436b9e17bef9aa
parentaedc7732ebd9bc7b4f51ee247ea857ffec6260a7
data-device: Fix surface configure function type

The commit "Remove the weston_view.geometry.width/height fields" changed
the type of the surface configure callback function, but did not change
the callbacks in data-device.c. This commit fixes the type of the
functions left needed to be changed.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
src/data-device.c