Changeset 5611 for trunk/Ohana/src/kapa/include/structures.h
- Timestamp:
- Nov 27, 2005, 9:22:01 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa/include/structures.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa/include/structures.h
r4769 r5611 56 56 int width; 57 57 int height; 58 char*bits;58 unsigned char *bits; 59 59 } Icon; 60 60 … … 111 111 } Axis; 112 112 113 typedef struct { 114 int dx, dy, ascent; 115 unsigned char *bits; 116 } RotFont; 117 118 typedef struct { 119 RotFont *font; 120 char name[64]; 121 int size; 122 } FontSet; 113 123 114 124 /******** Here we define the Layout struct specific to this program *******/
Note:
See TracChangeset
for help on using the changeset viewer.
