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.38 by root, Fri Dec 14 05:25:26 2007 UTC vs.
Revision 1.39 by root, Fri Dec 14 06:17:27 2007 UTC

247 XrmDatabase get_resources (bool refresh); 247 XrmDatabase get_resources (bool refresh);
248 bool ref_init (); 248 bool ref_init ();
249 void ref_next (); 249 void ref_next ();
250 ~rxvt_display (); 250 ~rxvt_display ();
251 251
252 void flush (); 252 void flush ()
253 {
254 flush_ev.start ();
255 }
256
253 Atom atom (const char *name); 257 Atom atom (const char *name);
254 void set_selection_owner (rxvt_term *owner); 258 void set_selection_owner (rxvt_term *owner);
255 259
256 void reg (xevent_watcher *w); 260 void reg (xevent_watcher *w);
257 void unreg (xevent_watcher *w); 261 void unreg (xevent_watcher *w);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines