aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-16 19:00:26 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-16 19:00:26 +0200
commit20155b84c41f5ccf2e78c944b1ccec72f4ce1401 (patch)
tree8af5b495f8ff5e91d79fd78e30419cd553d93892 /demos/modules/gwin
parent30feefb728a7875259829c014e73699ef6b3168f (diff)
downloaduGFX-20155b84c41f5ccf2e78c944b1ccec72f4ce1401.tar.gz
uGFX-20155b84c41f5ccf2e78c944b1ccec72f4ce1401.tar.bz2
uGFX-20155b84c41f5ccf2e78c944b1ccec72f4ce1401.zip
whitespaces
Diffstat (limited to 'demos/modules/gwin')
-rw-r--r--demos/modules/gwin/button/main.c3
-rw-r--r--demos/modules/gwin/checkbox/main.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/demos/modules/gwin/button/main.c b/demos/modules/gwin/button/main.c
index 86966a54..1ed2ac43 100644
--- a/demos/modules/gwin/button/main.c
+++ b/demos/modules/gwin/button/main.c
@@ -37,9 +37,10 @@ int main(void) {
// Attach the mouse input
gwinAttachMouse(0);
+ // create the widget
createWidgets();
- // We want to listen for widget events
+ // We want to listen for widget events
geventListenerInit(&gl);
gwinAttachListener(&gl);
diff --git a/demos/modules/gwin/checkbox/main.c b/demos/modules/gwin/checkbox/main.c
index fbef7187..c6094323 100644
--- a/demos/modules/gwin/checkbox/main.c
+++ b/demos/modules/gwin/checkbox/main.c
@@ -37,9 +37,10 @@ int main(void) {
// Attach the mouse input
gwinAttachMouse(0);
+ // create the widget
createWidgets();
- // We want to listen for widget events
+ // We want to listen for widget events
geventListenerInit(&gl);
gwinAttachListener(&gl);