Fix compiler warning in image code

ugfx_release_2.6
inmarket 2013-09-27 01:35:29 +10:00
parent fd0196f765
commit a76dc59b22
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#if GFX_USE_GDISP && GDISP_NEED_IMAGE
#include <string.h>
/* The structure defining the routines for image drawing */
typedef struct gdispImageHandlers {
gdispImageError (*open)(gdispImage *img); /* The open function */