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/applications/combo/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/applications') diff --git a/demos/applications/combo/main.c b/demos/applications/combo/main.c index da97e5d6..42e5aa1f 100644 --- a/demos/applications/combo/main.c +++ b/demos/applications/combo/main.c @@ -86,7 +86,7 @@ static GHandle ghRadioBlack, ghRadioWhite, ghRadioYellow; static GHandle ghList1, ghList2, ghList3, ghList4; static GHandle ghImage1; static GHandle ghProgressbar1; -static gdispImage imgYesNo; +static gImage imgYesNo; /* Some useful macros */ #define ScrWidth gdispGetWidth() -- cgit v1.2.3