Fixing compile bug for NATIVE image format
This commit is contained in:
parent
edb7d6c621
commit
52f40d7618
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ gdispImageError gdispImageCache_NATIVE(gdispImage *img) {
|
||||||
return GDISP_IMAGE_ERR_OK;
|
return GDISP_IMAGE_ERR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
gdispImageError gdispImageGDraw_NATIVE(GDisplay *g, gdispImage *img, coord_t x, coord_t y, coord_t cx, coord_t cy, coord_t sx, coord_t sy) {
|
gdispImageError gdispGImageDraw_NATIVE(GDisplay *g, gdispImage *img, coord_t x, coord_t y, coord_t cx, coord_t cy, coord_t sx, coord_t sy) {
|
||||||
coord_t mx, mcx;
|
coord_t mx, mcx;
|
||||||
size_t pos, len;
|
size_t pos, len;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue