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.110 by sf-exg, Tue Dec 14 08:01:51 2010 UTC vs.
Revision 1.111 by sf-exg, Sat Dec 18 18:17:39 2010 UTC

446 return false; 446 return false;
447 447
448 screen = DefaultScreen (dpy); 448 screen = DefaultScreen (dpy);
449 root = DefaultRootWindow (dpy); 449 root = DefaultRootWindow (dpy);
450 450
451 assert (sizeof (xa_names) / sizeof (char *) == NUM_XA); 451 assert (ARRAY_LENGTH(xa_names) == NUM_XA);
452 XInternAtoms (dpy, (char **)xa_names, NUM_XA, False, xa); 452 XInternAtoms (dpy, (char **)xa_names, NUM_XA, False, xa);
453 453
454 XrmSetDatabase (dpy, get_resources (false)); 454 XrmSetDatabase (dpy, get_resources (false));
455 455
456#ifdef POINTER_BLANK 456#ifdef POINTER_BLANK

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines