aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-08-07 23:11:44 +0200
committerJoel Bodenmann <joel@unormal.org>2014-08-07 23:11:44 +0200
commit52f40d76184be08df198f9e53340590c938297b7 (patch)
treecd5a248dca241f05ed2e3e1a9def88a01841b28d /src
parentedb7d6c621ee4e626075cb35e95c98d3b0f2c299 (diff)
downloaduGFX-52f40d76184be08df198f9e53340590c938297b7.tar.gz
uGFX-52f40d76184be08df198f9e53340590c938297b7.tar.bz2
uGFX-52f40d76184be08df198f9e53340590c938297b7.zip
Fixing compile bug for NATIVE image format
Diffstat (limited to 'src')
-rw-r--r--src/gdisp/image_native.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/image_native.c b/src/gdisp/image_native.c
index c458531e..81344642 100644
--- a/src/gdisp/image_native.c
+++ b/src/gdisp/image_native.c
@@ -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;