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.7 by pcg, Thu Dec 18 05:45:11 2003 UTC vs.
Revision 1.8 by pcg, Mon Jan 19 17:26:43 2004 UTC

1/* 1/*
2 * $Id: rxvtlib.h.in,v 1.7 2003/12/18 05:45:11 pcg Exp $ 2 * $Id: rxvtlib.h.in,v 1.8 2004/01/19 17:26:43 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
290 290
291struct rxvt_vars { 291struct rxvt_vars {
292 TermWin_t TermWin; 292 TermWin_t TermWin;
293 scrollBar_t scrollBar; 293 scrollBar_t scrollBar;
294 menuBar_t menuBar; 294 menuBar_t menuBar;
295 Display *Xdisplay;
296 unsigned long Options; 295 unsigned long Options;
297 XSizeHints szHint; 296 XSizeHints szHint;
297 Display *Xdisplay;
298 int Xdepth;
299 int Xscreen;
300 Visual *Xvisual;
298 Colormap Xcmap; 301 Colormap Xcmap;
299 rxvt_color *PixColors; 302 rxvt_color *PixColors;
300 short numPixColors; 303 short numPixColors;
301 Cursor TermWin_cursor; /* cursor for vt window */ 304 Cursor TermWin_cursor; /* cursor for vt window */
302 int Xdepth;
303 int sb_shadow; /* scrollbar shadow width */ 305 int sb_shadow; /* scrollbar shadow width */
304 int Xfd; /* file descriptor of X server connection */ 306 int Xfd; /* file descriptor of X server connection */
305 int cmd_fd; /* pty file descriptor; connected to command */ 307 int cmd_fd; /* pty file descriptor; connected to command */
306 int tty_fd; /* tty file descriptor; connected to child */ 308 int tty_fd; /* tty file descriptor; connected to child */
307 int numlock_state; 309 int numlock_state;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines