aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/notepad-2/notepadApp.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/3rdparty/notepad-2/notepadApp.c
parent835f0f197f7fc7eecf5dcd36892987c71caa5caa (diff)
parentac4b7fc8b4ebfe080b6f3f6d90a1fe15221144cc (diff)
downloaduGFX-39bde23dd9b156b05aad549ca1d9c0e5026378fe.tar.gz
uGFX-39bde23dd9b156b05aad549ca1d9c0e5026378fe.tar.bz2
uGFX-39bde23dd9b156b05aad549ca1d9c0e5026378fe.zip
Merge branch 'develop'
Diffstat (limited to 'demos/3rdparty/notepad-2/notepadApp.c')
-rw-r--r--demos/3rdparty/notepad-2/notepadApp.c2
1 files changed, 1 insertions, 1 deletions
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 };