ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtlib.h.in
(Generate patch)

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.71 by root, Tue Jan 17 16:22:41 2006 UTC vs.
Revision 1.72 by root, Wed Jan 25 21:03:04 2006 UTC

50 50
51struct rxvt_fontset; 51struct rxvt_fontset;
52struct rxvt_color; 52struct rxvt_color;
53struct rxvt_vars; /* defined later on */ 53struct rxvt_vars; /* defined later on */
54struct rxvt_term; 54struct rxvt_term;
55struct rxvt_display;
56struct rxvt_im; 55struct rxvt_im;
57struct rxvt_drawable; 56struct rxvt_drawable;
58 57
59typedef struct rxvt_term *rxvt_t; 58typedef struct rxvt_term *rxvt_t;
60 59
232 231
233struct rxvt_vars : TermWin_t { 232struct rxvt_vars : TermWin_t {
234 scrollBar_t scrollBar; 233 scrollBar_t scrollBar;
235 uint32_t options; 234 uint32_t options;
236 XSizeHints szHint; 235 XSizeHints szHint;
237 rxvt_display *display;
238 rxvt_color *pix_colors; 236 rxvt_color *pix_colors;
239 rxvt_color *pix_colors_focused; 237 rxvt_color *pix_colors_focused;
240#ifdef OFF_FOCUS_FADING 238#ifdef OFF_FOCUS_FADING
241 rxvt_color *pix_colors_unfocused; 239 rxvt_color *pix_colors_unfocused;
242#endif 240#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines