Don't play with libxcursor if XCURSOR_THEM is defined.

This commit is contained in:
matthieu 2014-01-02 15:15:51 +00:00
parent 9c13ac6812
commit 0304b98245

View File

@ -709,6 +709,9 @@ init_colored_cursor(void)
size_t needed;
FILE *fp;
if (getenv("XCURSOR_THEME") != NULL)
return;
xterm_cursor_theme = 0;
if ((tmp_dir = getenv("TMPDIR")) == 0)
tmp_dir = P_tmpdir;