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.11 by pcg, Mon Feb 9 07:11:49 2004 UTC vs.
Revision 1.12 by pcg, Tue Feb 24 00:44:23 2004 UTC

44struct rxvt_color; 44struct rxvt_color;
45struct rxvt_vars; /* defined later on */ 45struct rxvt_vars; /* defined later on */
46struct rxvt_term; 46struct rxvt_term;
47struct rxvt_display; 47struct rxvt_display;
48struct rxvt_im; 48struct rxvt_im;
49struct rxvt_drawable;
49 50
50typedef struct rxvt_term *rxvt_t; 51typedef struct rxvt_term *rxvt_t;
51 52
52extern rxvt_t rxvt_current_term; 53extern rxvt_t rxvt_current_term;
53 54
100 Window parent[6]; /* parent identifiers - we're parent[0] */ 101 Window parent[6]; /* parent identifiers - we're parent[0] */
101 Window vt; /* vt100 window */ 102 Window vt; /* vt100 window */
102 GC gc; /* GC for drawing */ 103 GC gc; /* GC for drawing */
103 Pixmap pixmap; 104 Pixmap pixmap;
104 rxvt_fontset *fontset; 105 rxvt_fontset *fontset;
106 rxvt_drawable *drawable;
105} TermWin_t; 107} TermWin_t;
106 108
107/* 109/*
108 * screen accounting: 110 * screen accounting:
109 * screen_t elements 111 * screen_t elements

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines