diff options
Diffstat (limited to 'demos/modules')
-rw-r--r-- | demos/modules/gdisp/pixmap/main.c | 2 |
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; |