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.31 by root, Tue Jun 26 00:40:19 2007 UTC vs.
Revision 1.32 by sasha, Thu Jul 12 22:33:16 2007 UTC

187 void set (rxvt_display *disp); 187 void set (rxvt_display *disp);
188 void select_visual (int bitdepth); 188 void select_visual (int bitdepth);
189 void clear (); 189 void clear ();
190}; 190};
191 191
192#ifdef HAVE_AFTERIMAGE
193struct ASVisual;
194#endif
195
196struct rxvt_display : refcounted { 192struct rxvt_display : refcounted {
197 io_manager_vec<xevent_watcher> xw; 193 io_manager_vec<xevent_watcher> xw;
198 194
199 io_watcher x_ev; void x_cb (io_watcher &w, short revents); 195 io_watcher x_ev; void x_cb (io_watcher &w, short revents);
200 196
208 204
209//public 205//public
210 Display *dpy; 206 Display *dpy;
211 int screen; 207 int screen;
212 Window root; 208 Window root;
213#ifdef HAVE_AFTERIMAGE
214 struct ASVisual *asv;
215#endif
216 rxvt_term *selection_owner; 209 rxvt_term *selection_owner;
217 Atom xa[NUM_XA]; 210 Atom xa[NUM_XA];
218 bool is_local; 211 bool is_local;
219#ifdef POINTER_BLANK 212#ifdef POINTER_BLANK
220 Cursor blank_cursor; 213 Cursor blank_cursor;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines