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.26 by root, Thu Jan 19 11:56:00 2006 UTC vs.
Revision 1.27 by root, Thu Jan 19 20:30:36 2006 UTC

115}; 115};
116 116
117struct watcher { 117struct watcher {
118 int active; /* 0 == inactive, else index into respective vector */ 118 int active; /* 0 == inactive, else index into respective vector */
119 119
120 bool is_active () { return active; }
121
120 watcher () : active (0) { } 122 watcher () : active (0) { }
121}; 123};
122 124
123#if IOM_IO 125#if IOM_IO
124enum { EVENT_UNDEF = -1, EVENT_NONE = 0, EVENT_READ = 1, EVENT_WRITE = 2 }; 126enum { EVENT_UNDEF = -1, EVENT_NONE = 0, EVENT_READ = 1, EVENT_WRITE = 2 };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines