Commit graph

5 commits

Author SHA1 Message Date
Haelwenn (lanodan) Monnier
f9a2078c0f Add SPDX-License-Identifier: HPND-sell-variant
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcursor/-/merge_requests/25>
2025-06-16 12:32:52 +02:00
Thomas E. Dickey
83071fff3f
document/tidy the new set/get functions
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2024-11-03 18:57:56 -05:00
Thomas E. Dickey
6816ed58e9
add getter/setter for "resized" property
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2024-11-03 18:57:03 -05:00
Valentin
448398a3b9 Use fixed size integer type
This type is meant to be 4 bytes large as seen in _XcursorReadUInt which
always reads 4 bytes. An unsigned int is often 4 bytes large but this
isnt' guaranteed so it is cleaner to use the exact type we want.
2020-08-30 15:35:16 +02:00
Alan Coopersmith
334dc4f4df Set Xcursor.h version numbers from configure.ac
Based on similar commit dac73a519816 to libXft

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2011-09-19 17:30:15 -07:00
Renamed from include/X11/Xcursor/Xcursor.h (Browse further)