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.4 by pcg, Thu Nov 27 10:12:10 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.4 2003/11/27 10:12:10 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines