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.20 by pcg, Fri Apr 2 18:00:01 2004 UTC vs.
Revision 1.24 by root, Fri Jul 30 14:59:12 2004 UTC

195#define Opt_meta8 (1UL<<10) 195#define Opt_meta8 (1UL<<10)
196#define Opt_scrollTtyOutput (1UL<<11) 196#define Opt_scrollTtyOutput (1UL<<11)
197#define Opt_scrollTtyKeypress (1UL<<12) 197#define Opt_scrollTtyKeypress (1UL<<12)
198#define Opt_transparent (1UL<<13) 198#define Opt_transparent (1UL<<13)
199#define Opt_transparent_all (1UL<<14) 199#define Opt_transparent_all (1UL<<14)
200#define Opt_15 (1UL<<15) // UNALLOCATED 200#define Opt_realBold (1UL<<15)
201#define Opt_tripleclickwords (1UL<<16) 201#define Opt_tripleclickwords (1UL<<16)
202#define Opt_scrollWithBuffer (1UL<<17) 202#define Opt_scrollWithBuffer (1UL<<17)
203#define Opt_jumpScroll (1UL<<18) 203#define Opt_jumpScroll (1UL<<18)
204#define Opt_mouseWheelScrollPage (1UL<<19) 204#define Opt_mouseWheelScrollPage (1UL<<19)
205#define Opt_pointerBlank (1UL<<20) 205#define Opt_pointerBlank (1UL<<20)
250 menuBar_t menuBar; 250 menuBar_t menuBar;
251 unsigned long Options; 251 unsigned long Options;
252 XSizeHints szHint; 252 XSizeHints szHint;
253 rxvt_display *display; 253 rxvt_display *display;
254 rxvt_color *PixColors; 254 rxvt_color *PixColors;
255 rxvt_color *PixColorsFocused;
256#ifdef OFF_FOCUS_FADING
257 rxvt_color *PixColorsUnFocused;
258#endif
255 short numPixColors; 259 short numPixColors;
256 Cursor TermWin_cursor; /* cursor for vt window */ 260 Cursor TermWin_cursor; /* cursor for vt window */
257 int sb_shadow; /* scrollbar shadow width */ 261 int sb_shadow; /* scrollbar shadow width */
258 int cmd_fd; /* pty file descriptor; connected to command */ 262 int cmd_fd; /* pty file descriptor; connected to command */
259 int tty_fd; /* tty file descriptor; connected to child */ 263 int tty_fd; /* tty file descriptor; connected to child */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines