aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/checkbox/main.c
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-05-09 21:46:32 +1000
committerinmarket <andrewh@inmarket.com.au>2014-05-09 21:46:32 +1000
commit21aac3d8532c9aa1decab30c00d9f5a37067aa13 (patch)
treec874ac8494028f09461e4329f0bcfae8c0e5adb8 /demos/modules/gwin/checkbox/main.c
parentf7fa0dd78f3b807578d99cc0eefe40996b1f9037 (diff)
parent1478fdf41e3731cafacd22ff6f530fb724c02df3 (diff)
downloaduGFX-21aac3d8532c9aa1decab30c00d9f5a37067aa13.tar.gz
uGFX-21aac3d8532c9aa1decab30c00d9f5a37067aa13.tar.bz2
uGFX-21aac3d8532c9aa1decab30c00d9f5a37067aa13.zip
Merge branch 'master' into gwin
Diffstat (limited to 'demos/modules/gwin/checkbox/main.c')
-rw-r--r--demos/modules/gwin/checkbox/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/modules/gwin/checkbox/main.c b/demos/modules/gwin/checkbox/main.c
index b6cef40b..2a2df2fb 100644
--- a/demos/modules/gwin/checkbox/main.c
+++ b/demos/modules/gwin/checkbox/main.c
@@ -36,9 +36,7 @@ static void createWidgets(void) {
GWidgetInit wi;
// Apply some default values for GWIN
- wi.customDraw = 0;
- wi.customParam = 0;
- wi.customStyle = 0;
+ gwinWidgetClearInit(&wi);
wi.g.show = TRUE;
// Apply the checkbox parameters