Changeset 1256 for libcaca/trunk/caca
- Timestamp:
- Oct 29, 2006, 9:35:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_gl.c
r1254 r1256 513 513 /* Allocate a libcucul canvas and print all the glyphs on it */ 514 514 cv = cucul_create_canvas(1, b); 515 cucul_set_ color(cv, CUCUL_COLOR_WHITE, CUCUL_COLOR_BLACK);515 cucul_set_attr_ansi(cv, CUCUL_COLOR_WHITE, CUCUL_COLOR_BLACK, 0); 516 516 517 517 for(b = 0, i = 0; dp->drv.p->blocks[i + 1]; i += 2)
Note: See TracChangeset
for help on using the changeset viewer.