Changeset 5852 for trunk/Ohana/src/kii/include/structures.h
- Timestamp:
- Dec 27, 2005, 3:23:01 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kii/include/structures.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/include/structures.h
r5700 r5852 67 67 int dx, dy, x, y; 68 68 XImage *pix; 69 char *data;69 char *data; 70 70 } Picture; 71 71 … … 124 124 } Layout; 125 125 126 typedef struct {127 int dx, dy, ascent;128 unsigned char *bits;129 } RotFont;130 131 typedef struct {132 RotFont *font;133 char name[64];134 int size;135 } FontSet;136 137 126 /* this routine is independent of the number of overlays */ 138 127
Note:
See TracChangeset
for help on using the changeset viewer.
