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

Comparing rxvt-unicode/src/rxvtcolor.h (file contents):
Revision 1.5 by pcg, Wed Feb 11 08:13:45 2004 UTC vs.
Revision 1.6 by pcg, Thu Feb 12 01:42:03 2004 UTC

54 54
55 rxvt_term *selection_owner; 55 rxvt_term *selection_owner;
56 56
57 io_manager_vec<xevent_watcher> xw; 57 io_manager_vec<xevent_watcher> xw;
58 58
59 io_watcher x_watcher; void x_event (io_watcher &w, short revents); 59 io_watcher x_ev; void x_cb (io_watcher &w, short revents);
60 60
61 refcache<rxvt_xim> xims; 61 refcache<rxvt_xim> xims;
62 vector<im_watcher *> imw; 62 vector<im_watcher *> imw;
63 63
64 void im_change_cb (); 64 void im_change_cb ();
72 Window root; 72 Window root;
73 73
74 rxvt_display (const char *id); 74 rxvt_display (const char *id);
75 bool init (); 75 bool init ();
76 ~rxvt_display (); 76 ~rxvt_display ();
77
78 void flush ();
77 79
78 void reg (xevent_watcher *w); 80 void reg (xevent_watcher *w);
79 void unreg (xevent_watcher *w); 81 void unreg (xevent_watcher *w);
80 void reg (im_watcher *w); 82 void reg (im_watcher *w);
81 void unreg (im_watcher *w); 83 void unreg (im_watcher *w);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines