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.58 by sf-exg, Sun Nov 20 11:09:21 2011 UTC vs.
Revision 1.59 by sf-exg, Sun Jun 3 15:50:22 2012 UTC

216 void set (rxvt_display *disp); 216 void set (rxvt_display *disp);
217 void select_visual (int bitdepth); 217 void select_visual (int bitdepth);
218 void clear (); 218 void clear ();
219}; 219};
220 220
221enum {
222 DISPLAY_HAS_RENDER = 1 << 0,
223 DISPLAY_HAS_RENDER_MUL = 1 << 1,
224 DISPLAY_HAS_RENDER_CONV = 1 << 2,
225};
226
221struct rxvt_display : refcounted 227struct rxvt_display : refcounted
222{ 228{
223 event_vec<xevent_watcher> xw; 229 event_vec<xevent_watcher> xw;
224 230
225 ev::prepare flush_ev; void flush_cb (ev::prepare &w, int revents); 231 ev::prepare flush_ev; void flush_cb (ev::prepare &w, int revents);
242 Atom xa[NUM_XA]; 248 Atom xa[NUM_XA];
243 bool is_local; 249 bool is_local;
244#ifdef POINTER_BLANK 250#ifdef POINTER_BLANK
245 Cursor blank_cursor; 251 Cursor blank_cursor;
246#endif 252#endif
253 uint8_t flags;
247 254
248 rxvt_display (const char *id); 255 rxvt_display (const char *id);
249 XrmDatabase get_resources (bool refresh); 256 XrmDatabase get_resources (bool refresh);
250 bool ref_init (); 257 bool ref_init ();
251 void ref_next (); 258 void ref_next ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines