Changeset 1070 for libcaca


Ignore:
Timestamp:
Sep 19, 2006, 9:04:29 PM (17 years ago)
Author:
Jean-Yves Lamoureux
Message:
  • REAL fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca/driver_gl.c

    r1069 r1070  
    6868    float font_width, font_height;
    6969    float incx, incy;
    70     unsigned long int const *blocks;
     70    uint32_t const *blocks;
    7171    int *txid;
    7272    unsigned char close;
     
    499499
    500500    /* 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);
    502502
    503503    for(b = 0, i = 0; dp->drv.p->blocks[i + 1]; i += 2)
Note: See TracChangeset for help on using the changeset viewer.