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.12 by pcg, Tue Feb 24 00:44:23 2004 UTC vs.
Revision 1.14 by pcg, Wed Mar 3 01:45:14 2004 UTC

197#define Opt_meta8 (1LU<<10) 197#define Opt_meta8 (1LU<<10)
198#define Opt_scrollTtyOutput (1LU<<11) 198#define Opt_scrollTtyOutput (1LU<<11)
199#define Opt_scrollTtyKeypress (1LU<<12) 199#define Opt_scrollTtyKeypress (1LU<<12)
200#define Opt_transparent (1LU<<13) 200#define Opt_transparent (1LU<<13)
201#define Opt_transparent_all (1LU<<14) 201#define Opt_transparent_all (1LU<<14)
202#define Opt_mc_hack (1LU<<15) 202#define Opt_15 (1LU<<15) // UNALLOCATED
203#define Opt_tripleclickwords (1LU<<16) 203#define Opt_tripleclickwords (1LU<<16)
204#define Opt_scrollWithBuffer (1LU<<17) 204#define Opt_scrollWithBuffer (1LU<<17)
205#define Opt_jumpScroll (1LU<<18) 205#define Opt_jumpScroll (1LU<<18)
206#define Opt_mouseWheelScrollPage (1LU<<19) 206#define Opt_mouseWheelScrollPage (1LU<<19)
207#define Opt_pointerBlank (1LU<<20) 207#define Opt_pointerBlank (1LU<<20)
216/* ------------------------------------------------------------------------- */ 216/* ------------------------------------------------------------------------- */
217 217
218typedef struct { 218typedef struct {
219 short state; 219 short state;
220 Window win; 220 Window win;
221 struct rxvt_drawable *drawable;
221} menuBar_t; 222} menuBar_t;
222 223
223typedef struct { 224typedef struct {
224 char state; /* scrollbar state */ 225 char state; /* scrollbar state */
225 char init; /* scrollbar has been initialised */ 226 char init; /* scrollbar has been initialised */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines