diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-06-26 12:13:48 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-06-26 11:20:52 +0200 |
commit | 6c8f66ff59b2fcc9eb3eb5aeee5a0df46306bf2a (patch) | |
tree | 0c1542fbc2649fb8ee41d0b9c4f7853db218e73d /xcursor | |
parent | a7f48aab6968ad67ff7eef2828bd6f6e45c18ab5 (diff) |
xcursor: add xorg-x11 and cursors path to XCURSORPATH
This should match default XCURSORPATH, which is used by libwayland-cursor
and other xcursor loading libraries more closely.
Diffstat (limited to 'xcursor')
-rw-r--r-- | xcursor/xcursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xcursor/xcursor.c b/xcursor/xcursor.c index 5b20fc56..aabef483 100644 --- a/xcursor/xcursor.c +++ b/xcursor/xcursor.c @@ -618,7 +618,7 @@ XcursorFileLoadImages (FILE *file, int size) #endif #ifndef XCURSORPATH -#define XCURSORPATH "~/.local/share/icons:~/.icons:/usr/share/icons:/usr/share/pixmaps:"ICONDIR +#define XCURSORPATH "~/.local/share/icons:~/.icons:/usr/share/icons:/usr/share/pixmaps:~/.cursors:/usr/share/cursors/xorg-x11:"ICONDIR #endif static const char * |