Changeset 719 for libcaca/trunk
- Timestamp:
- Apr 6, 2006, 12:19:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/cucul.c
r711 r719 52 52 qq->bgcolor = CUCUL_COLOR_BLACK; 53 53 54 qq->width = qq-> width= 0;54 qq->width = qq->height = 0; 55 55 qq->chars = NULL; 56 56 qq->attr = NULL;
Note: See TracChangeset
for help on using the changeset viewer.