summaryrefslogtreecommitdiff
path: root/include/X11/Xcursor/Xcursor.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Use fixed size integer typeValentin2020-08-301-1/+2
| | | | | | 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.
* Set Xcursor.h version numbers from configure.acAlan Coopersmith2011-09-191-0/+499
Based on similar commit dac73a519816 to libXft Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>