From cc7943305eab42fd6f687a4dda1f19857ae0efb7 Mon Sep 17 00:00:00 2001 From: Tectu Date: Tue, 26 Jun 2012 20:47:35 +0200 Subject: added type of GUI element --- gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui.h') diff --git a/gui.h b/gui.h index 54031295..a95e9d36 100644 --- a/gui.h +++ b/gui.h @@ -7,6 +7,7 @@ #include "touchpad.h" static struct guiNode_t { + uint8_t type; uint16_t x0; uint16_t y0; uint16_t x1; @@ -21,6 +22,7 @@ static struct guiNode_t { extern "C" { #endif +enum {button}; enum {horizontal, vertical}; enum {inactive, active}; -- cgit v1.2.3