Lines Matching defs:Window
45 typedef struct Window Window; typedef
124 struct Window struct
129 Image *i;
130 Mousectl mc;
131 Mouseinfo mouse;
132 Channel *ck; /* chan(Rune[10]) */
133 Channel *cctl; /* chan(Wctlmesg)[20] */
134 Channel *conswrite; /* chan(Conswritemesg) */
135 Channel *consread; /* chan(Consreadmesg) */
136 Channel *mouseread; /* chan(Mousereadmesg) */
137 Channel *wctlread; /* chan(Consreadmesg) */
138 uint nr; /* number of runes in window */
139 uint maxr; /* number of runes allocated in r */
140 Rune *r;
141 uint nraw;
142 Rune *raw;
143 uint org;
144 uint q0;
145 uint q1;
146 uint qh;
147 int id;
148 char name[32];
149 uint namecount;
150 Rectangle scrollr;
175 int winborder(Window*, Point); argument