mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2025-12-20 08:10:13 +01:00
Add comment about keeping libxcb-cursor copy of code in sync
_XcursorThemeInherits, XcursorWhite, & XcursorSep are copied in libxcb-cursor/cursor/load_cursor.c and should be kept in sync with changes to the libXcursor originals of those. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
a353f02a7a
commit
9c1b50ed98
1 changed files with 6 additions and 0 deletions
|
|
@ -159,6 +159,12 @@ _XcursorNextPath (const char *path)
|
||||||
return colon + 1;
|
return colon + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* _XcursorThemeInherits, XcursorWhite, & XcursorSep are copied in
|
||||||
|
* libxcb-cursor/cursor/load_cursor.c. Please update that copy to
|
||||||
|
* include any changes made to the code for those here.
|
||||||
|
*/
|
||||||
|
|
||||||
#define XcursorWhite(c) ((c) == ' ' || (c) == '\t' || (c) == '\n')
|
#define XcursorWhite(c) ((c) == ' ' || (c) == '\t' || (c) == '\n')
|
||||||
#define XcursorSep(c) ((c) == ';' || (c) == ',')
|
#define XcursorSep(c) ((c) == ';' || (c) == ',')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue