From cfb1b2a488d5b1a9e14c889b80e5324d16f63f1b Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 11:08:55 +1000 Subject: Change pixel_t to gPixel --- demos/modules/gdisp/pixmap/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/modules') diff --git a/demos/modules/gdisp/pixmap/main.c b/demos/modules/gdisp/pixmap/main.c index ce9a4a13..450620e4 100644 --- a/demos/modules/gdisp/pixmap/main.c +++ b/demos/modules/gdisp/pixmap/main.c @@ -33,7 +33,7 @@ #define PIXMAP_HEIGHT 10 static GDisplay* pixmap; -static pixel_t* surface; +static gPixel* surface; int main(void) { gCoord width, height; -- cgit v1.2.3