seat: Move pointer interface over to MetaWaylandPointer

This commit is contained in:
Jasper St. Pierre
2014-04-17 17:16:17 -04:00
parent f3d88ca1d1
commit 1abdd7be10
3 changed files with 61 additions and 50 deletions

View File

@ -108,7 +108,9 @@ void
meta_wayland_pointer_update_cursor_surface (MetaWaylandPointer *pointer);
void
meta_wayland_pointer_set_cursor_surface (MetaWaylandPointer *pointer,
MetaWaylandSurface *surface);
meta_wayland_pointer_create_new_resource (MetaWaylandPointer *pointer,
struct wl_client *client,
struct wl_resource *seat_resource,
uint32_t id);
#endif /* __META_WAYLAND_POINTER_H__ */