Bugzilla – Attachment 49604 Details for
Bug 114490
gtk2 not using correct cursors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
XcursorSetTheme-default-cursor.patch
XcursorSetTheme-default-cursor.patch (text/plain), 406 bytes, created by
Stanislav Brabec
on 2005-09-12 12:54:00 UTC
(
hide
)
Description:
XcursorSetTheme-default-cursor.patch
Filename:
MIME Type:
Creator:
Stanislav Brabec
Created:
2005-09-12 12:54:00 UTC
Size:
406 bytes
patch
obsolete
>--- lib/Xcursor/display.c 2005-01-04 00:24:43.000000000 +0100 >+++ lib/Xcursor/display.c 2005-09-12 14:50:18.000000000 +0200 >@@ -312,6 +312,10 @@ XcursorSetTheme (Display *dpy, const cha > > if (!info) > return XcursorFalse; >+ if (!theme) >+ theme = getenv ("XCURSOR_THEME"); >+ if (!theme) >+ v = XGetDefault (dpy, "Xcursor", "theme"); > if (theme) > { > copy = malloc (strlen (theme) + 1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 114490
:
49406
|
49604
|
49612
|
49650
|
49901
|
49922