aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-01-23 06:17:18 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-01-23 06:17:18 +0000
commit5279f0ae745e91e24299faa254f4c4375971114e (patch)
tree013c1d2a26d499b1ea3417ce9ff754af16014804 /widget.h
parent2b191ce8986564f905535c23fcd70f85309d3917 (diff)
downloadlcd4linux-5279f0ae745e91e24299faa254f4c4375971114e.tar.gz
[lcd4linux @ 2006-01-23 06:17:18 by reinelt]
timer widget added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@623 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/widget.h b/widget.h
index 04de327..e418184 100644
--- a/widget.h
+++ b/widget.h
@@ -1,4 +1,4 @@
-/* $Id: widget.h,v 1.15 2005/12/18 16:18:36 reinelt Exp $
+/* $Id: widget.h,v 1.16 2006/01/23 06:17:18 reinelt Exp $
*
* generic widget handling
*
@@ -23,6 +23,9 @@
*
*
* $Log: widget.h,v $
+ * Revision 1.16 2006/01/23 06:17:18 reinelt
+ * timer widget added
+ *
* Revision 1.15 2005/12/18 16:18:36 reinelt
* GPO's added again
*
@@ -113,8 +116,10 @@ typedef struct WIDGET {
} WIDGET;
-#define WIDGET_TYPE_VIS 1
-#define WIDGET_TYPE_GPO 2
+#define WIDGET_TYPE_RC 1
+#define WIDGET_TYPE_XY 2
+#define WIDGET_TYPE_GPO 3
+#define WIDGET_TYPE_TIMER 4
int widget_register(WIDGET_CLASS * widget);