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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.221 by root, Tue Jan 17 16:50:42 2006 UTC vs.
Revision 1.222 by root, Thu Jan 19 09:47:15 2006 UTC

1187 xevent_watcher vt_ev; 1187 xevent_watcher vt_ev;
1188#ifdef HAVE_SCROLLBARS 1188#ifdef HAVE_SCROLLBARS
1189 xevent_watcher scrollbar_ev; 1189 xevent_watcher scrollbar_ev;
1190#endif 1190#endif
1191 1191
1192 void child_cb (child_watcher &w, int status); child_watcher child_ev;
1192 void check_cb (check_watcher &w); check_watcher check_ev; 1193 void check_cb (check_watcher &w); check_watcher check_ev;
1193 void destroy_cb (time_watcher &w); time_watcher destroy_ev; 1194 void destroy_cb (time_watcher &w); time_watcher destroy_ev;
1194 void flush_cb (time_watcher &w); time_watcher flush_ev; 1195 void flush_cb (time_watcher &w); time_watcher flush_ev;
1195 1196
1196 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev; 1197 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev;
1226 1227
1227 void tt_winch (); 1228 void tt_winch ();
1228 1229
1229 rxvt_term (); 1230 rxvt_term ();
1230 ~rxvt_term (); 1231 ~rxvt_term ();
1231 void child_exit (); // child has exited, usually destroys
1232 void destroy (); 1232 void destroy ();
1233 void emergency_cleanup (); 1233 void emergency_cleanup ();
1234 1234
1235 bool init (int argc, const char *const *argv); 1235 bool init (int argc, const char *const *argv);
1236 bool init_vars (); 1236 bool init_vars ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines