Lines Matching defs:data
215 buffer_release(void *data, struct wl_buffer *buffer) in buffer_release()
284 surface_configure(void *data, struct xdg_surface *surface, in surface_configure()
298 toplevel_configure(void *data, struct xdg_toplevel *toplevel, in toplevel_configure()
312 toplevel_close(void *data, struct xdg_toplevel *toplevel) in toplevel_close()
336 shell_ping(void *data, struct xdg_wm_base *shell, uint32_t serial) in shell_ping()
346 kbd_keymap(void *data, struct wl_keyboard *wl_kbd, uint32_t format, in kbd_keymap()
377 kbd_enter(void *data, struct wl_keyboard *wl_kbd, uint32_t serial, in kbd_enter()
383 kbd_leave(void *data, struct wl_keyboard *wl_kbd, uint32_t serial, in kbd_leave()
389 kbd_key(void *data, struct wl_keyboard *wl_kbd, uint32_t serial, uint32_t time, in kbd_key()
407 kbd_modifiers(void *data, struct wl_keyboard *wl_kbd, uint32_t serial, in kbd_modifiers()
418 kbd_repeat_info(void *data, struct wl_keyboard *wl_kbd, int32_t rate, in kbd_repeat_info()
433 pointer_enter(void *data, struct wl_pointer *wl_pointer, uint32_t serial, in pointer_enter()
439 pointer_leave(void *data, struct wl_pointer *wl_pointer, uint32_t serial, in pointer_leave()
445 pointer_motion(void *data, struct wl_pointer *wl_pointer, uint32_t time, in pointer_motion()
451 pointer_button(void *data, struct wl_pointer *wl_pointer, uint32_t serial, in pointer_button()
460 pointer_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, in pointer_axis()
466 pointer_frame(void *data, struct wl_pointer *wl_pointer) in pointer_frame()
471 pointer_axis_source(void *data, struct wl_pointer *wl_pointer, uint32_t source) in pointer_axis_source()
476 pointer_axis_stop(void *data, struct wl_pointer *wl_pointer, uint32_t time, in pointer_axis_stop()
482 pointer_axis_discrete(void *data, struct wl_pointer *wl_pointer, uint32_t time, in pointer_axis_discrete()
500 seat_capabilities(void *data, struct wl_seat *wl_seat, uint32_t caps) in seat_capabilities()
537 seat_name(void *data, struct wl_seat *wl_seat, const char *name) in seat_name()
599 registry_global(void *data, struct wl_registry *registry, uint32_t name, in registry_global()
625 registry_delete(void *data, struct wl_registry *registry, uint32_t name) in registry_delete()