aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorreinelt <>2004-01-13 08:18:20 +0000
committerreinelt <>2004-01-13 08:18:20 +0000
commit0b18f5b46afcb30ba2bc3e813eb170463a84b073 (patch)
tree50b1ca62db5a55df61dcea29017a1852d1e01f9b /widget.h
parent3d4765569e009b6bb02add493d5abfe727709ec5 (diff)
downloadlcd4linux-0b18f5b46afcb30ba2bc3e813eb170463a84b073.tar.gz
[lcd4linux @ 2004-01-13 08:18:07 by reinelt]
timer queues added liblcd4linux deactivated turing transformation to new layout
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/widget.h b/widget.h
index 181e20b..95a8586 100644
--- a/widget.h
+++ b/widget.h
@@ -1,4 +1,4 @@
-/* $Id: widget.h,v 1.5 2004/01/11 18:26:02 reinelt Exp $
+/* $Id: widget.h,v 1.6 2004/01/13 08:18:20 reinelt Exp $
*
* generic widget handling
*
@@ -23,6 +23,10 @@
*
*
* $Log: widget.h,v $
+ * Revision 1.6 2004/01/13 08:18:20 reinelt
+ * timer queues added
+ * liblcd4linux deactivated turing transformation to new layout
+ *
* Revision 1.5 2004/01/11 18:26:02 reinelt
* further widget and layout processing
*
@@ -70,6 +74,7 @@ typedef struct WIDGET{
int widget_register (WIDGET_CLASS *widget);
+int widget_add (char *name);
// some basic widgets