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.200 by root, Fri Jan 13 04:19:41 2006 UTC vs.
Revision 1.201 by root, Fri Jan 13 04:59:04 2006 UTC

1208#endif 1208#endif
1209 1209
1210 // modifies first argument(!) 1210 // modifies first argument(!)
1211 void paste (char *data, unsigned int len); 1211 void paste (char *data, unsigned int len);
1212 1212
1213 long vt_emask; 1213 long vt_emask, vt_emask_perl;
1214 void flush (); 1214
1215 void vt_select_input ()
1216 {
1217 XSelectInput (display->display, vt, vt_emask | vt_emask_perl);
1218 }
1215 1219
1216#if TRANSPARENT 1220#if TRANSPARENT
1217 void rootwin_cb (XEvent &xev); 1221 void rootwin_cb (XEvent &xev);
1218 xevent_watcher rootwin_ev; 1222 xevent_watcher rootwin_ev;
1219#endif 1223#endif
1220 1224
1221 void x_cb (XEvent &xev); 1225 void x_cb (XEvent &xev);
1226 void flush ();
1222 xevent_watcher termwin_ev; 1227 xevent_watcher termwin_ev;
1223 xevent_watcher vt_ev; 1228 xevent_watcher vt_ev;
1224#ifdef HAVE_SCROLLBARS 1229#ifdef HAVE_SCROLLBARS
1225 xevent_watcher scrollbar_ev; 1230 xevent_watcher scrollbar_ev;
1226#endif 1231#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines