aboutsummaryrefslogtreecommitdiffstats
path: root/widget.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-11 09:26:15 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-11 09:26:15 +0000
commite2854bdb20aa686e18df912e133b790ae39ad44d (patch)
treef2becabd709f19e526adb978a29efce7697247e9 /widget.c
parenta390d8386961109a8e182897753080538dce8625 (diff)
downloadlcd4linux-e2854bdb20aa686e18df912e133b790ae39ad44d.tar.gz
[lcd4linux @ 2004-01-11 09:26:15 by reinelt]
layout starts to exist... git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@305 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget.c')
-rw-r--r--widget.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/widget.c b/widget.c
index e152571..301914d 100644
--- a/widget.c
+++ b/widget.c
@@ -1,4 +1,4 @@
-/* $Id: widget.c,v 1.4 2004/01/10 20:22:33 reinelt Exp $
+/* $Id: widget.c,v 1.5 2004/01/11 09:26:15 reinelt Exp $
*
* generic widget handling
*
@@ -21,6 +21,9 @@
*
*
* $Log: widget.c,v $
+ * Revision 1.5 2004/01/11 09:26:15 reinelt
+ * layout starts to exist...
+ *
* Revision 1.4 2004/01/10 20:22:33 reinelt
* added new function 'cfg_list()' (not finished yet)
* added layout.c (will replace processor.c someday)
@@ -60,8 +63,8 @@
static WIDGET_CLASS *Classes=NULL;
static int nClasses=0;
-static WIDGET *Widgets=NULL;
-static int nWidgets=0;
+static WIDGET *Widgets=NULL;
+static int nWidgets=0;
int widget_register (WIDGET_CLASS *widget)