Searched defs:xwl_cursor (Results 1 – 3 of 3) sorted by relevance
99 clear_cursor_frame_callback(struct xwl_cursor *xwl_cursor) in clear_cursor_frame_callback()112 struct xwl_cursor *xwl_cursor = data; in frame_callback() local128 struct xwl_cursor *xwl_cursor = &xwl_seat->cursor; in xwl_seat_set_cursor() local182 struct xwl_cursor *xwl_cursor = &xwl_tablet_tool->cursor; in xwl_tablet_tool_set_cursor() local
239 struct xwl_cursor { struct240 void (* update_proc) (struct xwl_cursor *); argument241 struct wl_surface *surface;242 struct wl_callback *frame_cb;243 Bool needs_update;
1343 xwl_cursor_init(struct xwl_cursor *xwl_cursor, struct xwl_screen *xwl_screen, in xwl_cursor_init()1344 void (* update_proc)(struct xwl_cursor *)) in xwl_cursor_init()1353 xwl_cursor_release(struct xwl_cursor *xwl_cursor) in xwl_cursor_release()1361 xwl_seat_update_cursor(struct xwl_cursor *xwl_cursor) in xwl_seat_update_cursor()2309 xwl_tablet_tool_update_cursor(struct xwl_cursor *xwl_cursor) in xwl_tablet_tool_update_cursor()