aboutsummaryrefslogtreecommitdiffstats
path: root/widget_text.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_text.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_text.c')
-rw-r--r--widget_text.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/widget_text.c b/widget_text.c
index c2112e8..a936feb 100644
--- a/widget_text.c
+++ b/widget_text.c
@@ -1,4 +1,4 @@
-/* $Id: widget_text.c,v 1.12 2004/02/09 19:49:38 nicowallmeier Exp $
+/* $Id: widget_text.c,v 1.13 2004/02/18 06:39:20 reinelt Exp $
*
* simple text widget handling
*
@@ -21,6 +21,9 @@
*
*
* $Log: widget_text.c,v $
+ * Revision 1.13 2004/02/18 06:39:20 reinelt
+ * T6963 driver for graphic displays finished
+ *
* Revision 1.12 2004/02/09 19:49:38 nicowallmeier
* Minor bugfix
*
@@ -303,7 +306,7 @@ int widget_text_init (WIDGET *Self)
{
char *section; char *c;
WIDGET_TEXT *Text;
-
+
// prepare config section
// strlen("Widget:")=7
section=malloc(strlen(Self->name)+8);