aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications/combo/main.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@simulton.com>2019-04-10 17:33:15 +0200
committerJoel Bodenmann <joel.bodenmann@simulton.com>2019-04-10 17:33:15 +0200
commit785047b0aa1d43d5f33ae69d7e0ed708df6db0bd (patch)
treee05a8c17ec9565e458b1cfce8b17e46b84381f57 /demos/applications/combo/main.c
parent509fc7501e7bd30b1b314fc0d4838d7cdf6ac621 (diff)
downloaduGFX-785047b0aa1d43d5f33ae69d7e0ed708df6db0bd.tar.gz
uGFX-785047b0aa1d43d5f33ae69d7e0ed708df6db0bd.tar.bz2
uGFX-785047b0aa1d43d5f33ae69d7e0ed708df6db0bd.zip
Introduce type gImage to replace v2.x gdispImage
Diffstat (limited to 'demos/applications/combo/main.c')
-rw-r--r--demos/applications/combo/main.c2
1 files changed, 1 insertions, 1 deletions
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()