--- rxvt-unicode/src/rxvttoolkit.h 2007/12/14 04:26:23 1.37 +++ rxvt-unicode/src/rxvttoolkit.h 2007/12/14 05:25:26 1.38 @@ -221,7 +221,8 @@ { event_vec xw; - ev::io x_ev; void x_cb (ev::io &w, int revents); + ev::prepare flush_ev; void flush_cb (ev::prepare &w, int revents); + ev::io x_ev ; void x_cb (ev::io &w, int revents); #ifdef USE_XIM refcache xims;