13typedef struct gp_cursor {
42extern gp_cursor *gp_cursors_32[];
49void gp_cursor_render(gp_cursor *self,
gp_pixmap *dst, uint32_t x_off, uint32_t y_off);
52typedef struct gp_sw_cursor {
75void gp_sw_cursor_update_rect(
gp_pixmap *src,
void *dst,
76 uint32_t x_start, uint32_t y_start,
77 uint32_t x_end, uint32_t y_end);
87void gp_sw_cursor_move(
gp_pixmap *src,
void *dst, uint32_t x, uint32_t y);
gp_pixel_type
List of all pixel types.