ui/motif/graphics.h

changeset 97
1a786201465f
parent 96
93785a7bda56
child 98
efaae97bd95b
equal deleted inserted replaced
96:93785a7bda56 97:1a786201465f
54 struct UiTextLayout { 54 struct UiTextLayout {
55 char *text; 55 char *text;
56 size_t length; 56 size_t length;
57 Widget widget; 57 Widget widget;
58 XFontSet fontset; 58 XFontSet fontset;
59 int maxwidth;
60 int width;
61 int height;
62 int changed;
59 }; 63 };
60 64
61 65
62 #ifdef __cplusplus 66 #ifdef __cplusplus
63 } 67 }

mercurial