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.64 by root, Thu Jun 7 16:04:31 2012 UTC vs.
Revision 1.65 by root, Sun Jun 10 15:01:14 2012 UTC

217 void select_visual (int id); 217 void select_visual (int id);
218 void select_depth (int bitdepth); // select visual by depth 218 void select_depth (int bitdepth); // select visual by depth
219 void clear (); 219 void clear ();
220}; 220};
221 221
222enum { 222enum
223{
223 DISPLAY_HAS_RENDER = 1 << 0, 224 DISPLAY_HAS_RENDER = 1 << 0,
224 DISPLAY_HAS_RENDER_10 = 1 << 1,
225 DISPLAY_HAS_RENDER_MUL = 1 << 2,
226 DISPLAY_HAS_RENDER_CONV = 1 << 3, 225 DISPLAY_HAS_RENDER_CONV = 1 << 1,
227}; 226};
228 227
229struct rxvt_display : refcounted 228struct rxvt_display : refcounted
230{ 229{
231 event_vec<xevent_watcher> xw; 230 event_vec<xevent_watcher> xw;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines