- Timestamp:
- Sep 19, 2006, 9:04:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_gl.c
r1069 r1070 68 68 float font_width, font_height; 69 69 float incx, incy; 70 u nsigned long int const *blocks;70 uint32_t const *blocks; 71 71 int *txid; 72 72 unsigned char close; … … 499 499 500 500 /* Count how many glyphs this font has */ 501 dp->drv.p->blocks = cucul_get_font_blocks(dp->drv.p->f);501 dp->drv.p->blocks = (uint32_t)cucul_get_font_blocks(dp->drv.p->f); 502 502 503 503 for(b = 0, i = 0; dp->drv.p->blocks[i + 1]; i += 2)
Note: See TracChangeset
for help on using the changeset viewer.