aboutsummaryrefslogtreecommitdiffstats
path: root/gui.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-07-09 02:29:58 +0200
committerTectu <joel@unormal.org>2012-07-09 02:29:58 +0200
commitbbfc86c17b9263a29e6359578ed74c105b3322a7 (patch)
tree873f2d9782c6a9f5a9a47c73aaf88d5a6b865080 /gui.h
parent7a20c79b15874d07d56aeb312a9bfb6baad0def3 (diff)
downloaduGFX-bbfc86c17b9263a29e6359578ed74c105b3322a7.tar.gz
uGFX-bbfc86c17b9263a29e6359578ed74c105b3322a7.tar.bz2
uGFX-bbfc86c17b9263a29e6359578ed74c105b3322a7.zip
whitepsaces
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index 5b2919f7..71ae04c1 100644
--- a/gui.h
+++ b/gui.h
@@ -46,7 +46,6 @@ Thread *guiInit(uint16_t interval, tprio_t priority);
*
* return: none
*/
-
void guiPrintElements(BaseSequentialStream *chp);
/*
@@ -57,6 +56,7 @@ void guiPrintElements(BaseSequentialStream *chp);
* return: 1 if successful, 0 otherwise
*/
uint8_t guiDeleteElement(char *label);
+
/*
* Description: draws a button on the screen and keeps it's state up to date
*