From 785047b0aa1d43d5f33ae69d7e0ed708df6db0bd Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 10 Apr 2019 17:33:15 +0200 Subject: Introduce type gImage to replace v2.x gdispImage --- demos/3rdparty/notepad-2/notepadApp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/3rdparty/notepad-2/notepadApp.c') diff --git a/demos/3rdparty/notepad-2/notepadApp.c b/demos/3rdparty/notepad-2/notepadApp.c index 1bf914a6..c89562ee 100644 --- a/demos/3rdparty/notepad-2/notepadApp.c +++ b/demos/3rdparty/notepad-2/notepadApp.c @@ -61,7 +61,7 @@ static GButtonObject btnClose; /* static GButtonObject btnYes, btnNo; // Reserved for future use */ // Image object -static gdispImage toolbarImageFilmstrip; +static gImage toolbarImageFilmstrip; static gColor myColors[] = { GFX_BLACK, GFX_RED, GFX_GREEN, GFX_BLUE, GFX_CYAN, GFX_MAGENTA, GFX_YELLOW, GFX_WHITE }; -- cgit v1.2.3