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.23 by root, Tue Nov 29 19:22:48 2005 UTC vs.
Revision 1.24 by root, Mon Jan 9 22:41:41 2006 UTC

124 124
125 watcher () : active (0) { } 125 watcher () : active (0) { }
126}; 126};
127 127
128#if IOM_IO 128#if IOM_IO
129enum { EVENT_READ = 1, EVENT_WRITE = 2 }; 129enum { EVENT_UNDEF = -1, EVENT_NONE = 0, EVENT_READ = 1, EVENT_WRITE = 2 };
130 130
131struct io_watcher : watcher, callback2<void, io_watcher &, short> { 131struct io_watcher : watcher, callback2<void, io_watcher &, short> {
132 int fd; 132 int fd;
133 short events; 133 short events;
134 134

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines