diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-21 19:45:35 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-21 19:45:35 -0700 |
commit | fef474da694ea3c1fd184d93cc07bf8d95f89327 (patch) | |
tree | 5317abefeaa3db636a1f9998c8bf4947cb2fde62 /man | |
parent | a9ccf1bd91ad6e06f7b7116efe836c365b68645b (diff) |
Add XCURSOR_PATH to man page
Diffstat (limited to 'man')
-rw-r--r-- | man/Xcursor.man | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/Xcursor.man b/man/Xcursor.man index 610452d..a16a7c1 100644 --- a/man/Xcursor.man +++ b/man/Xcursor.man @@ -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 |