Man page - wl_cursor(3)
Packages contains this manual
- wl_event_queue(3)
- wl_signal(3)
- wl_cursor_image(3)
- wl_list(3)
- wl_cursor(3)
- wl_socket(3)
- wl_shm_pool(3)
- wl_shm_sigbus_data(3)
- wl_shm_buffer(3)
- wl_protocol_logger_message(3)
- wl_message(3)
- wl_protocol_logger(3)
- wl_event_source(3)
- wl_argument(3)
- wl_array(3)
- wl_cursor_theme(3)
- wl_proxy(3)
- wl_global(3)
- wl_resource(3)
- wl_interface(3)
- wl_client(3)
- wl_listener(3)
- wl_event_loop(3)
- wl_object(3)
- wl_resource_iterator_context(3)
- wl_display(3)
Package: libwayland-doc
apt-get install libwayland-doc
apt-get install libwayland-doc
Manuals in package:
Documentations in package:
Manual
wl_cursor
NAMESYNOPSIS
Data Fields
Detailed Description
Field Documentation
unsigned int wl_cursor::image_count
struct wl_cursor_image** wl_cursor::images
char* wl_cursor::name
Author
NAME
wl_cursor
SYNOPSIS
#include <wayland-cursor.h>
Data Fields
unsigned int
image_count
struct
wl_cursor_image
**
images
char *
name
Detailed Description
A cursor, as returned by wl_cursor_theme_get_cursor()
Field Documentation
unsigned int wl_cursor::image_count
How many images there are in this cursorβs animation
struct wl_cursor_image** wl_cursor::images
The array of still images composing this animation
char* wl_cursor::name
The name of this cursor
Author
Generated automatically by Doxygen for Wayland from the source code.