Bugzilla – Attachment #49612: XcursorSetTheme-default-cursor.patch for bug #114490
if (!info)
return XcursorFalse;
if (!theme)
theme = getenv ("XCURSOR_THEME");
theme = XGetDefault (dpy, "Xcursor", "theme");
if (theme)
{
copy = malloc (strlen (theme) + 1);