server: fix event sending type mismatches
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 2 Mar 2012 16:09:27 +0000 (18:09 +0200)
committerPekka Paalanen <ppaalanen@gmail.com>
Fri, 2 Mar 2012 16:09:27 +0000 (18:09 +0200)
commit70db367ccc2910e065db4b14039ebe40e13f5181
tree48dab6c37a16c798973b2f887d239df62367ffad
parent5ee70146c60b80fec446d698d0a55dd9211b36b2
server: fix event sending type mismatches

These were not bugs in practice, because the first (and only) field of
struct wl_surface is struct wl_resource.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
src/data-device.c
src/wayland-server.c