Changeset 633 for libcaca/trunk
- Timestamp:
- Mar 16, 2006, 6:04:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/cucul.c
r620 r633 51 51 qq->bgcolor = CUCUL_COLOR_BLACK; 52 52 53 /* Initialise to a default size. When a graphic driver attaches to 54 * us, we'll adapt to its size. */ 53 /* Initialise to a default size. 80x32 is arbitrary but matches AAlib's 54 * default X11 window. When a graphic driver attaches to us, it can set 55 * a different size. */ 55 56 qq->width = 80; 56 57 qq->height = 32;
Note: See TracChangeset
for help on using the changeset viewer.