Changeset 40501 for trunk/Ohana/src/kapa2/include/structures.h
- Timestamp:
- Jul 6, 2018, 1:42:20 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/include/structures.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/include/structures.h
r40419 r40501 64 64 int x, y, dx, dy; /* position and size */ 65 65 char *label; /* label on TextLine */ 66 char text[ 1024]; /* words of TextLine */67 char old_text[ 1024]; /* words of TextLine */66 char text[LONG_LINE_LENGTH]; /* words of TextLine */ 67 char old_text[LONG_LINE_LENGTH]; /* words of TextLine */ 68 68 int outline; /* draw an outline? */ 69 69 int cursor; /* location of cursor (if selected) */ … … 179 179 double start, slope; /* zero, range for cmap to pixels */ 180 180 Coords coords; 181 char file[ 1024]; /* name of file */182 char name[ 1024]; /* name of buffer */181 char file[LONG_LINE_LENGTH]; /* name of file */ 182 char name[LONG_LINE_LENGTH]; /* name of buffer */ 183 183 } KapaImageChannel; 184 184
Note:
See TracChangeset
for help on using the changeset viewer.
