aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/QImage/gdisp_lld_qimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/QImage/gdisp_lld_qimage.h')
-rw-r--r--drivers/gdisp/QImage/gdisp_lld_qimage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gdisp/QImage/gdisp_lld_qimage.h b/drivers/gdisp/QImage/gdisp_lld_qimage.h
index 9e855f08..512fdf53 100644
--- a/drivers/gdisp/QImage/gdisp_lld_qimage.h
+++ b/drivers/gdisp/QImage/gdisp_lld_qimage.h
@@ -2,11 +2,12 @@
#include "../../../gfx.h"
+/* This test is needed as this file is also included in the .cpp file providing the below functions */
#ifdef __cplusplus
extern "C" {
#endif
-bool_t qimage_init(GDisplay* g, coord_t width, coord_t height);
+gBool qimage_init(GDisplay* g, coord_t width, coord_t height);
void qimage_setPixel(GDisplay* g);
color_t qimage_getPixel(GDisplay* g);