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.40 by ayin, Wed Dec 26 14:22:30 2007 UTC

29# include <X11/Xft/Xft.h> 29# include <X11/Xft/Xft.h>
30#endif 30#endif
31 31
32#include "ev_cpp.h" 32#include "ev_cpp.h"
33 33
34#include "rxvtlib.h"
35#include "rxvtutil.h" 34#include "rxvtutil.h"
36 35
37#include "callback.h" 36#include "callback.h"
38 37
39// see rxvttoolkit.C:xa_names, which must be kept in sync 38// see rxvttoolkit.C:xa_names, which must be kept in sync
247 XrmDatabase get_resources (bool refresh); 246 XrmDatabase get_resources (bool refresh);
248 bool ref_init (); 247 bool ref_init ();
249 void ref_next (); 248 void ref_next ();
250 ~rxvt_display (); 249 ~rxvt_display ();
251 250
252 void flush (); 251 void flush ()
252 {
253 flush_ev.start ();
254 }
255
253 Atom atom (const char *name); 256 Atom atom (const char *name);
254 void set_selection_owner (rxvt_term *owner); 257 void set_selection_owner (rxvt_term *owner);
255 258
256 void reg (xevent_watcher *w); 259 void reg (xevent_watcher *w);
257 void unreg (xevent_watcher *w); 260 void unreg (xevent_watcher *w);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines