View | Details | Raw Unified | Return to bug 114490
Collapse All | Expand All

(-)lib/Xcursor/display.c (+4 lines)
Lines 312-317 XcursorSetTheme (Display *dpy, const cha Link Here
312
312
313
    if (!info)
313
    if (!info)
314
	return XcursorFalse;
314
	return XcursorFalse;
315
    if (!theme)
316
    theme = getenv ("XCURSOR_THEME");
317
    if (!theme)
318
	theme = XGetDefault (dpy, "Xcursor", "theme");
315
    if (theme)
319
    if (theme)
316
    {
320
    {
317
	copy = malloc (strlen (theme) + 1);
321
	copy = malloc (strlen (theme) + 1);

Return to bug 114490