Changeset 5852 for trunk/Ohana/src/kapa/include/structures.h
- Timestamp:
- Dec 27, 2005, 3:23:01 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa/include/structures.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa/include/structures.h
r5611 r5852 88 88 } Overlay; 89 89 90 # if (0) 90 91 typedef struct { 91 92 char ctype[16]; … … 95 96 double pc2_1, pc2_2; 96 97 } Coords; 98 # endif 97 99 98 100 typedef struct { … … 110 112 char label[64]; 111 113 } Axis; 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;123 114 124 115 /******** Here we define the Layout struct specific to this program *******/
Note:
See TracChangeset
for help on using the changeset viewer.
