- Timestamp:
- Dec 21, 2003, 1:39:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/graphics.c
r263 r264 447 447 _caca_height = atoi(getenv("CACA_HEIGHT")); 448 448 if(!_caca_height) 449 _caca_height = 25;449 _caca_height = 32; 450 450 451 451 x11_screen = malloc(_caca_width * _caca_height * sizeof(int));
Note: See TracChangeset
for help on using the changeset viewer.