Changeset 2313 for libcaca/trunk/src/img2txt.c
- Timestamp:
- Apr 23, 2008, 11:24:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/img2txt.c
r2299 r2313 96 96 cucul_canvas_t *cv; 97 97 void *export; 98 unsigned long int len;98 size_t len; 99 99 struct image *i; 100 100 unsigned int cols = 0, lines = 0, font_width = 6, font_height = 10;
Note: See TracChangeset
for help on using the changeset viewer.