mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2026-04-18 19:00:52 +02:00
Add XCURSOR_PATH to man page
This commit is contained in:
parent
a9ccf1bd91
commit
fef474da69
1 changed files with 7 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ mapped to a core X cursor.
|
|||
.TP
|
||||
XcursorBool XcursorSetDefaultSize (Display *dpy, int size)
|
||||
Sets the default size for cursors on the specified display. When loading
|
||||
cursors, those who's nominal size is closest to this size will be preferred.
|
||||
cursors, those whose nominal size is closest to this size will be preferred.
|
||||
|
||||
.TP
|
||||
int XcursorGetDefaultSize (Display *dpy)
|
||||
|
|
@ -369,6 +369,12 @@ Sets the current theme name.
|
|||
char *XcursorGetTheme (Display *dpy)
|
||||
Gets the current theme name.
|
||||
|
||||
.SH "ENVIRONMENT VARIABLES"
|
||||
.TP 15
|
||||
.B XCURSOR_PATH
|
||||
This variable sets the list of paths to look for cursors in.
|
||||
Directories in this path are separated by colons (:).
|
||||
|
||||
.SH RESTRICTIONS
|
||||
.B Xcursor
|
||||
will probably change radically in the future; weak attempts will be made to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue