* Fix a compilation warning due to libcucul API changes.
This commit is contained in:
parent
f3cdb2921c
commit
ff314b0078
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ static void add_char(unsigned long int);
|
||||||
|
|
||||||
cucul_font_t *f;
|
cucul_font_t *f;
|
||||||
cucul_canvas_t *out, *onechar;
|
cucul_canvas_t *out, *onechar;
|
||||||
unsigned long int const *blocks;
|
uint32_t const *blocks;
|
||||||
uint8_t * image;
|
uint8_t * image;
|
||||||
unsigned int w, h, gw, fgw, gh, iw, ih;
|
unsigned int w, h, gw, fgw, gh, iw, ih;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue