Man page - wl_cursor_image(3)
Packages contas this manual
- wl_event_queue(3)
- wl_shm_sigbus_data(3)
- wl_event_loop(3)
- wl_cursor_image(3)
- wl_global(3)
- wl_socket(3)
- wl_resource_iterator_context(3)
- wl_object(3)
- wl_proxy(3)
- wl_argument(3)
- wl_listener(3)
- wl_client(3)
- wl_display(3)
- wl_message(3)
- wl_list(3)
- wl_interface(3)
- wl_event_source(3)
- wl_protocol_logger(3)
- wl_array(3)
- wl_shm_pool(3)
- wl_resource(3)
- wl_cursor_theme(3)
- wl_cursor(3)
- wl_shm_buffer(3)
- wl_protocol_logger_message(3)
- wl_signal(3)
- wl_event_queue(3)
- wl_shm_sigbus_data(3)
- wl_event_loop(3)
- wl_cursor_image(3)
- wl_global(3)
- wl_socket(3)
- wl_resource_iterator_context(3)
- wl_object(3)
- wl_proxy(3)
- wl_argument(3)
- wl_listener(3)
- wl_client(3)
- wl_display(3)
- wl_message(3)
- wl_list(3)
- wl_interface(3)
- wl_event_source(3)
- wl_protocol_logger(3)
- wl_array(3)
- wl_shm_pool(3)
- wl_resource(3)
- wl_cursor_theme(3)
- wl_cursor(3)
- wl_shm_buffer(3)
- wl_protocol_logger_message(3)
- wl_signal(3)
Package: libwayland-doc
apt-get install libwayland-doc
apt-get install libwayland-doc
Manuals in package:
Documentations in package:
Package: libwayland-doc
apt-get install libwayland-doc
apt-get install libwayland-doc
Manuals in package:
Documentations in package:
Manual
| wl_cursor_image(3) | Wayland | wl_cursor_image(3) |
NAME
wl_cursor_image
SYNOPSIS
#include <wayland-cursor.h>
Data Fields
uint32_t width
uint32_t height
uint32_t hotspot_x
uint32_t hotspot_y
uint32_t delay
Detailed Description
A still image part of a cursor
Use wl_cursor_image_get_buffer() to get the corresponding struct wl_buffer to attach to your struct wl_surface.
Field Documentation
uint32_t wl_cursor_image::delay
Animation delay to next frame (ms)
uint32_t wl_cursor_image::height
Actual height
uint32_t wl_cursor_image::hotspot_x
Hot spot x (must be inside image)
uint32_t wl_cursor_image::hotspot_y
Hot spot y (must be inside image)
uint32_t wl_cursor_image::width
Actual width
Author
Generated automatically by Doxygen for Wayland from the source code.
| Wed Feb 25 2026 13:47:04 | Version 1.24.0 |