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

Comparing rxvt-unicode/src/iom.h (file contents):
Revision 1.2 by pcg, Wed Nov 26 10:42:34 2003 UTC vs.
Revision 1.3 by pcg, Sat Nov 29 18:42:07 2003 UTC

49#if IOM_CHECK 49#if IOM_CHECK
50 simplevec<check_watcher *> cw; 50 simplevec<check_watcher *> cw;
51#endif 51#endif
52#if IOM_TIME 52#if IOM_TIME
53 simplevec<time_watcher *> tw; 53 simplevec<time_watcher *> tw;
54
55 void idle_cb (time_watcher &w); time_watcher *idle;
56#endif 54#endif
57 55
58 template<class watcher> 56 template<class watcher>
59 void reg (watcher *w, simplevec<watcher *> &queue); 57 void reg (watcher *w, simplevec<watcher *> &queue);
60 58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines