comparison src/widgetprv.h @ 97729:afe1d1cc8129

(struct): Change font member to the new font struct.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 26 Aug 2008 17:09:16 +0000
parents 29adfc9354e7
children e038c1a8307c
comparison
equal deleted inserted replaced
97728:0c85f6d8e443 97729:afe1d1cc8129
42 Boolean unsplittable; /* frame can only have one window */ 42 Boolean unsplittable; /* frame can only have one window */
43 43
44 int internal_border_width; /* internal borders */ 44 int internal_border_width; /* internal borders */
45 int interline; /* skips between lines */ 45 int interline; /* skips between lines */
46 46
47 XFontStruct* font; /* font */ 47 struct font* font; /* font */
48 Pixel foreground_pixel; /* foreground */ 48 Pixel foreground_pixel; /* foreground */
49 49
50 Pixel cursor_color; /* text cursor color */ 50 Pixel cursor_color; /* text cursor color */
51 Boolean bar_cursor; /* 1 if bar, 0 if block */ 51 Boolean bar_cursor; /* 1 if bar, 0 if block */
52 52