Fixing compile bug for NATIVE image format
This commit is contained in:
parent
edb7d6c621
commit
52f40d7618
@ -90,7 +90,7 @@ gdispImageError gdispImageCache_NATIVE(gdispImage *img) {
|
||||
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;
|
||||
size_t pos, len;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user