Changeset 1039 for libcaca/trunk/caca
- Timestamp:
- Sep 17, 2006, 2:02:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_gl.c
r1028 r1039 570 570 uint8_t *glyph32 = calloc(16*16*4, 1); 571 571 572 cucul_render_glyph(dp->drv.p->f, c, 573 glyph8, dp->drv.p->font_width, dp->drv.p->font_height); 574 572 cucul_render_glyph(dp->drv.p->f, c, glyph8, dp->drv.p->font_width); 575 573 576 574 /* Convert resulting 8bbp glyph to 32bits, 16x16*/ … … 604 602 uint8_t *glyph32 = calloc(16*16*4, 1); 605 603 606 cucul_render_glyph(dp->drv.p->f, c, 607 glyph8, dp->drv.p->font_width, dp->drv.p->font_height); 608 604 cucul_render_glyph(dp->drv.p->f, c, glyph8, dp->drv.p->font_width); 609 605 610 606 /* Convert resulting 8bbp glyph to 32bits, 16x16*/
Note: See TracChangeset
for help on using the changeset viewer.