aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/pixmap/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gdisp/pixmap/main.c')
-rw-r--r--demos/modules/gdisp/pixmap/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/modules/gdisp/pixmap/main.c b/demos/modules/gdisp/pixmap/main.c
index 975611c8..ce9a4a13 100644
--- a/demos/modules/gdisp/pixmap/main.c
+++ b/demos/modules/gdisp/pixmap/main.c
@@ -36,8 +36,8 @@ static GDisplay* pixmap;
static pixel_t* surface;
int main(void) {
- coord_t width, height;
- coord_t i, j;
+ gCoord width, height;
+ gCoord i, j;
// Initialize and clear the display
gfxInit();