libwayland-cursor.sigs 549 B

12345678
  1. // These signatures are obtained by hand from wayland-cursor.h.
  2. struct wl_cursor_theme *wl_cursor_theme_load(const char *name, int size, struct wl_shm *shm);
  3. void wl_cursor_theme_destroy(struct wl_cursor_theme *theme);
  4. struct wl_cursor *wl_cursor_theme_get_cursor(struct wl_cursor_theme *theme, const char *name);
  5. struct wl_buffer *wl_cursor_image_get_buffer(struct wl_cursor_image *image);
  6. int wl_cursor_frame(struct wl_cursor *cursor, uint32_t time);
  7. int wl_cursor_frame_and_duration(struct wl_cursor *cursor, uint32_t time, uint32_t *duration);