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.61 by root, Mon Aug 7 15:12:48 2006 UTC vs.
Revision 1.62 by root, Mon Aug 7 15:41:05 2006 UTC

579 XFlush (dpy); 579 XFlush (dpy);
580} 580}
581 581
582void rxvt_display::reg (xevent_watcher *w) 582void rxvt_display::reg (xevent_watcher *w)
583{ 583{
584 if (!w.active) 584 if (!w->active)
585 { 585 {
586 xw.push_back (w); 586 xw.push_back (w);
587 w->active = xw.size (); 587 w->active = xw.size ();
588 } 588 }
589} 589}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines