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.83 by ayin, Mon Dec 17 11:16:58 2007 UTC vs.
Revision 1.85 by ayin, Thu Dec 20 13:24:42 2007 UTC

30#include <X11/Xresource.h> 30#include <X11/Xresource.h>
31} 31}
32 32
33struct rxvt_fontset; 33struct rxvt_fontset;
34struct rxvt_color; 34struct rxvt_color;
35struct rxvt_vars; /* defined later on */
36struct rxvt_term; 35struct rxvt_term;
37struct rxvt_im;
38struct rxvt_drawable; 36struct rxvt_drawable;
39 37
40typedef struct rxvt_term *rxvt_t; 38typedef struct rxvt_term *rxvt_t;
41 39
42extern rxvt_t rxvt_current_term; 40extern rxvt_t rxvt_current_term;
219 rxvt_color *pix_colors; 217 rxvt_color *pix_colors;
220 rxvt_color *pix_colors_focused; 218 rxvt_color *pix_colors_focused;
221#ifdef OFF_FOCUS_FADING 219#ifdef OFF_FOCUS_FADING
222 rxvt_color *pix_colors_unfocused; 220 rxvt_color *pix_colors_unfocused;
223#endif 221#endif
224 short numpix_colors;
225 Cursor TermWin_cursor; /* cursor for vt window */ 222 Cursor TermWin_cursor; /* cursor for vt window */
226 int sb_shadow; /* scrollbar shadow width */ 223 int sb_shadow; /* scrollbar shadow width */
227 int numlock_state; 224 int numlock_state;
228 line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf 225 line_t *row_buf; // all lines, scrollback + terminal, circular, followed by temp_buf
229 line_t *drawn_buf; // text on screen 226 line_t *drawn_buf; // text on screen

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines