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.37 by root, Fri Dec 14 04:26:23 2007 UTC vs.
Revision 1.38 by root, Fri Dec 14 05:25:26 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines