summaryrefslogtreecommitdiff
path: root/src/gui/component.c
diff options
context:
space:
mode:
authorAdam NAILI2017-12-31 17:52:59 +0100
committerAdam NAILI2017-12-31 17:52:59 +0100
commit3e6c3cea17042e83d8e48b87abd89c617a2f70f3 (patch)
tree0d6b22c672e670daa3cb464668500535af0ee988 /src/gui/component.c
parente275a679a1fb9377dd1a74329420ce6e95a03da3 (diff)
parentf1d17a0bb9d1ba98cc94488ecbdb539f123b33ab (diff)
downloadmorpher-3e6c3cea17042e83d8e48b87abd89c617a2f70f3.tar.gz
Merge remote-tracking branch 'origin/gui'
Diffstat (limited to 'src/gui/component.c')
-rw-r--r--src/gui/component.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/component.c b/src/gui/component.c
new file mode 100644
index 0000000..3eb31c5
--- /dev/null
+++ b/src/gui/component.c
@@ -0,0 +1,7 @@
1#include <gui/component.h>
2
3Mode mode = WAITING_BUTTON_SHOW;
4
5int frame = 2;
6
7char labelFrame[20];