logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for Wayland from the source code.

Version 1.24.0                              Mon Jul 28 2025 16:07:33                                wl_cursor(3)

Detailed Description

       A cursor, as returned by wl_cursor_theme_get_cursor()

Field Documentation

unsignedintwl_cursor::image_count
       How many images there are in this cursor’s animation

   structwl_cursor_image**wl_cursor::images
       The array of still images composing this animation

   char*wl_cursor::name
       The name of this cursor

Name

       wl_cursor

Synopsis

       #include <wayland-cursor.h>

   DataFields
       unsigned int image_count
       struct wl_cursor_image ** images
       char * name

See Also