Changeset 888 for libcaca/trunk/cucul/import.c
- Timestamp:
- Apr 26, 2006, 10:12:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/import.c
r887 r888 213 213 unsigned int count = 0; 214 214 unsigned int tuple[1024]; /* Should be enough. Will it be ? */ 215 unsignedint x = 0, y = 0;215 int x = 0, y = 0; 216 216 unsigned int width = 80, height = 25; 217 217 int save_x = 0, save_y = 0;
Note: See TracChangeset
for help on using the changeset viewer.