ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvttoolkit.C
(Generate patch)

Comparing rxvt-unicode/src/rxvttoolkit.C (file contents):
Revision 1.53 by root, Sun Feb 19 16:25:13 2006 UTC vs.
Revision 1.54 by root, Sun Feb 19 16:53:49 2006 UTC

345#if XLIB_ILLEGAL_ACCESS 345#if XLIB_ILLEGAL_ACCESS
346 if (dpy->xdefaults) 346 if (dpy->xdefaults)
347 XFree (dpy->xdefaults); 347 XFree (dpy->xdefaults);
348#endif 348#endif
349 349
350 if (XGetWindowProperty (dpy, root, XA_RESOURCE_MANAGER, 350 if (XGetWindowProperty (dpy, RootWindow(dpy, 0), XA_RESOURCE_MANAGER,
351 0L, 100000000L, False, 351 0L, 100000000L, False,
352 XA_STRING, &actual_type, &actual_format, 352 XA_STRING, &actual_type, &actual_format,
353 &nitems, &nremaining, 353 &nitems, &nremaining,
354 (unsigned char **)&val) == Success 354 (unsigned char **)&val) == Success
355 && actual_type == XA_STRING 355 && actual_type == XA_STRING

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines