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.10 by pcg, Sat Jan 31 02:14:58 2004 UTC vs.
Revision 1.11 by pcg, Mon Feb 9 07:11:49 2004 UTC

1#ifndef _RXVTLIB_H_ /* include once only */ 1#ifndef _RXVTLIB_H_ /* include once only */
2#define _RXVTLIB_H_ 2#define _RXVTLIB_H_
3
4/*
5 * section 1 generated by GNU autoconf for @build@
6 * this section may be changed as appropriate _before_ building
7 */
8/*****************************************************************************
9 * SECTION 1 *
10 *****************************************************************************/
11
12/*
13 * The following line MUST not be changed without also changing
14 * config.h in the main directory before building
15 */
16// none anymore
17
18/*****************************************************************************
19 * INCLUDES *
20 *****************************************************************************/
21 3
22#include <stdio.h> 4#include <stdio.h>
23#include <ctype.h> 5#include <ctype.h>
24#include <errno.h> 6#include <errno.h>
25@include_stdarg_h@ 7@include_stdarg_h@
56/* whatever normal size corresponds to a integer pointer */ 38/* whatever normal size corresponds to a integer pointer */
57@rxvt_intp_define@ 39@rxvt_intp_define@
58/* whatever normal size corresponds to a unsigned integer pointer */ 40/* whatever normal size corresponds to a unsigned integer pointer */
59@rxvt_u_intp_define@ 41@rxvt_u_intp_define@
60 42
61/*****************************************************************************
62 * SECTION 2 *
63 * DO NOT TOUCH ANYTHING BELOW HERE *
64 *****************************************************************************/
65
66struct rxvt_fontset; 43struct rxvt_fontset;
67struct rxvt_color; 44struct rxvt_color;
68struct rxvt_vars; /* defined later on */ 45struct rxvt_vars; /* defined later on */
69struct rxvt_term; 46struct rxvt_term;
47struct rxvt_display;
48struct rxvt_im;
70 49
71typedef struct rxvt_term *rxvt_t; 50typedef struct rxvt_term *rxvt_t;
72 51
73extern rxvt_t rxvt_current_term; 52extern rxvt_t rxvt_current_term;
74 53
261 TermWin_t TermWin; 240 TermWin_t TermWin;
262 scrollBar_t scrollBar; 241 scrollBar_t scrollBar;
263 menuBar_t menuBar; 242 menuBar_t menuBar;
264 unsigned long Options; 243 unsigned long Options;
265 XSizeHints szHint; 244 XSizeHints szHint;
266 Display *Xdisplay; 245 rxvt_display *display;
267 int Xdepth;
268 int Xscreen;
269 Visual *Xvisual;
270 Colormap Xcmap;
271 rxvt_color *PixColors; 246 rxvt_color *PixColors;
272 short numPixColors; 247 short numPixColors;
273 Cursor TermWin_cursor; /* cursor for vt window */ 248 Cursor TermWin_cursor; /* cursor for vt window */
274 int sb_shadow; /* scrollbar shadow width */ 249 int sb_shadow; /* scrollbar shadow width */
275 int Xfd; /* file descriptor of X server connection */
276 int cmd_fd; /* pty file descriptor; connected to command */ 250 int cmd_fd; /* pty file descriptor; connected to command */
277 int tty_fd; /* tty file descriptor; connected to child */ 251 int tty_fd; /* tty file descriptor; connected to child */
278 int numlock_state; 252 int numlock_state;
279 text_t **drawn_text; /* text drawn on screen (characters) */ 253 text_t **drawn_text; /* text drawn on screen (characters) */
280 rend_t **drawn_rend; /* text drawn on screen (rendition) */ 254 rend_t **drawn_rend; /* text drawn on screen (rendition) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines