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.112 by sf-exg, Thu Dec 30 00:35:29 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
507 x_ev.stop (); 507 x_ev.stop ();
508 flush_ev.stop (); 508 flush_ev.stop ();
509#ifdef USE_XIM 509#ifdef USE_XIM
510 xims.clear (); 510 xims.clear ();
511#endif 511#endif
512 XrmDestroyDatabase (XrmGetDatabase (dpy));
512 XCloseDisplay (dpy); 513 XCloseDisplay (dpy);
513} 514}
514 515
515#ifdef USE_XIM 516#ifdef USE_XIM
516void rxvt_display::im_change_cb () 517void rxvt_display::im_change_cb ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines