aboutsummaryrefslogtreecommitdiffstats
path: root/widget.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-18 06:39:20 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-18 06:39:20 +0000
commit347ac211c9bb0365d8a5c3a1b943cbd2856c4df3 (patch)
tree9affd3c010dc849cb9a31932aa8f92f8a99d3451 /widget.c
parentb909b6b46370442faf358fd8507ad96798051644 (diff)
downloadlcd4linux-347ac211c9bb0365d8a5c3a1b943cbd2856c4df3.tar.gz
[lcd4linux @ 2004-02-18 06:39:20 by reinelt]
T6963 driver for graphic displays finished git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@371 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget.c')
-rw-r--r--widget.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/widget.c b/widget.c
index 708b289..e7ae1d3 100644
--- a/widget.c
+++ b/widget.c
@@ -1,4 +1,4 @@
-/* $Id: widget.c,v 1.11 2004/01/30 20:57:56 reinelt Exp $
+/* $Id: widget.c,v 1.12 2004/02/18 06:39:20 reinelt Exp $
*
* generic widget handling
*
@@ -21,6 +21,9 @@
*
*
* $Log: widget.c,v $
+ * Revision 1.12 2004/02/18 06:39:20 reinelt
+ * T6963 driver for graphic displays finished
+ *
* Revision 1.11 2004/01/30 20:57:56 reinelt
* HD44780 patch from Martin Hejl
* dmalloc integrated
@@ -141,7 +144,7 @@ int widget_add (char *name, int row, int col)
section=malloc(strlen(name)+8);
strcpy(section, "Widget:");
strcat(section, name);
-
+
// get widget class
class=cfg_get(section, "class", NULL);
if (class==NULL || *class=='\0') {