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.c2
1 files changed, 1 insertions, 1 deletions
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;