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.3 by pcg, Tue Nov 25 11:52:42 2003 UTC vs.
Revision 1.5 by pcg, Tue Dec 2 21:49:46 2003 UTC

1/* 1/*
2 * $Id: rxvtlib.h.in,v 1.3 2003/11/25 11:52:42 pcg Exp $ 2 * $Id: rxvtlib.h.in,v 1.5 2003/12/02 21:49:46 pcg Exp $
3 */ 3 */
4 4
5#ifndef _RXVTLIB_H_ /* include once only */ 5#ifndef _RXVTLIB_H_ /* include once only */
6#define _RXVTLIB_H_ 6#define _RXVTLIB_H_
7 7
297 int Xdepth; 297 int Xdepth;
298 int sb_shadow; /* scrollbar shadow width */ 298 int sb_shadow; /* scrollbar shadow width */
299 int Xfd; /* file descriptor of X server connection */ 299 int Xfd; /* file descriptor of X server connection */
300 int cmd_fd; /* pty file descriptor; connected to command */ 300 int cmd_fd; /* pty file descriptor; connected to command */
301 int tty_fd; /* tty file descriptor; connected to child */ 301 int tty_fd; /* tty file descriptor; connected to child */
302 int num_fds; /* number of file descriptors being used */
303 int numlock_state; 302 int numlock_state;
304 text_t **drawn_text; /* text drawn on screen (characters) */ 303 text_t **drawn_text; /* text drawn on screen (characters) */
305 rend_t **drawn_rend; /* text drawn on screen (rendition) */ 304 rend_t **drawn_rend; /* text drawn on screen (rendition) */
306 text_t **buf_text; 305 text_t **buf_text;
307 rend_t **buf_rend; 306 rend_t **buf_rend;
310 screen_t swap; 309 screen_t swap;
311 selection_t selection; 310 selection_t selection;
312 sstyle_t selection_style; 311 sstyle_t selection_style;
313}; 312};
314 313
314void rxvt_init_signals ();
315rxvt_t rxvt_init (int argc, const char *const *argv); 315rxvt_t rxvt_init (int argc, const char *const *argv);
316 316
317#endif /* _RXVTLIB_H_ */ 317#endif /* _RXVTLIB_H_ */
318 318

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines