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.83 by root, Fri Dec 14 05:52:33 2007 UTC vs.
Revision 1.85 by root, Sun Dec 16 19:44:48 2007 UTC

501 501
502#ifdef POINTER_BLANK 502#ifdef POINTER_BLANK
503 XFreeCursor (dpy, blank_cursor); 503 XFreeCursor (dpy, blank_cursor);
504#endif 504#endif
505 x_ev.stop (); 505 x_ev.stop ();
506 flush_ev.stop ();
506#ifdef USE_XIM 507#ifdef USE_XIM
507 xims.clear (); 508 xims.clear ();
508#endif 509#endif
509 XCloseDisplay (dpy); 510 XCloseDisplay (dpy);
510} 511}
569 } 570 }
570#ifdef USE_XIM 571#ifdef USE_XIM
571 } 572 }
572#endif 573#endif
573 } 574 }
574}
575
576void rxvt_display::flush ()
577{
578 flush_ev.start ();
579} 575}
580 576
581void rxvt_display::flush_cb (ev::prepare &w, int revents) 577void rxvt_display::flush_cb (ev::prepare &w, int revents)
582{ 578{
583 w.stop (); 579 w.stop ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines