aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/widgets/main.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@simulton.com>2019-05-01 17:07:43 +0200
committerJoel Bodenmann <joel.bodenmann@simulton.com>2019-05-01 17:07:43 +0200
commit39bde23dd9b156b05aad549ca1d9c0e5026378fe (patch)
treecd09969caf68e02571faecc53a3b8ba8e047f716 /demos/modules/gwin/widgets/main.c
parent835f0f197f7fc7eecf5dcd36892987c71caa5caa (diff)
parentac4b7fc8b4ebfe080b6f3f6d90a1fe15221144cc (diff)
downloaduGFX-39bde23dd9b156b05aad549ca1d9c0e5026378fe.tar.gz
uGFX-39bde23dd9b156b05aad549ca1d9c0e5026378fe.tar.bz2
uGFX-39bde23dd9b156b05aad549ca1d9c0e5026378fe.zip
Merge branch 'develop'
Diffstat (limited to 'demos/modules/gwin/widgets/main.c')
-rw-r--r--demos/modules/gwin/widgets/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/main.c b/demos/modules/gwin/widgets/main.c
index 52ffdc91..a4473596 100644
--- a/demos/modules/gwin/widgets/main.c
+++ b/demos/modules/gwin/widgets/main.c
@@ -97,7 +97,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()