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.61 by root, Mon Jun 4 15:18:52 2012 UTC vs.
Revision 1.62 by root, Tue Jun 5 13:39:26 2012 UTC

218 void clear (); 218 void clear ();
219}; 219};
220 220
221enum { 221enum {
222 DISPLAY_HAS_RENDER = 1 << 0, 222 DISPLAY_HAS_RENDER = 1 << 0,
223 DISPLAY_HAS_RENDER_10 = 1 << 1,
223 DISPLAY_HAS_RENDER_MUL = 1 << 1, 224 DISPLAY_HAS_RENDER_MUL = 1 << 2,
224 DISPLAY_HAS_RENDER_CONV = 1 << 2, 225 DISPLAY_HAS_RENDER_CONV = 1 << 3,
225}; 226};
226 227
227struct rxvt_display : refcounted 228struct rxvt_display : refcounted
228{ 229{
229 event_vec<xevent_watcher> xw; 230 event_vec<xevent_watcher> xw;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines