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

Comparing rxvt-unicode/src/rxvttoolkit.h (file contents):
Revision 1.43 by root, Wed Jan 23 09:14:58 2008 UTC vs.
Revision 1.44 by root, Sat Jan 26 10:15:20 2008 UTC

218 218
219struct rxvt_display : refcounted 219struct rxvt_display : refcounted
220{ 220{
221 event_vec<xevent_watcher> xw; 221 event_vec<xevent_watcher> xw;
222 222
223 ev::prepare flush_ev; void flush_cb (ev::prepare &w, int revents); 223 ev::idle flush_ev; void flush_cb (ev::idle &w, int revents);
224 ev::io x_ev ; void x_cb (ev::io &w, int revents); 224 ev::io x_ev ; void x_cb (ev::io &w, int revents);
225 225
226#ifdef USE_XIM 226#ifdef USE_XIM
227 refcache<rxvt_xim> xims; 227 refcache<rxvt_xim> xims;
228 vector<im_watcher *> imw; 228 vector<im_watcher *> imw;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines