aboutsummaryrefslogtreecommitdiffstats
path: root/widget_text.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-20 04:51:39 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-20 04:51:39 +0000
commitc374e8db5cd7580b00c3211e8f651a6db6d0c5d4 (patch)
treec69d9d3e57c90cb364d3f051813619db38e46e18 /widget_text.c
parent43b7c5545ed0f017f5d752bafc4c76dde7d2e6d3 (diff)
downloadlcd4linux-c374e8db5cd7580b00c3211e8f651a6db6d0c5d4.tar.gz
[lcd4linux @ 2004-01-20 04:51:39 by reinelt]
moved generic stuff from drv_MatrixOrbital to drv_generic implemented new-stylish bars which are nearly finished git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@321 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_text.c')
-rw-r--r--widget_text.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/widget_text.c b/widget_text.c
index 9d99b2c..aa30eec 100644
--- a/widget_text.c
+++ b/widget_text.c
@@ -1,4 +1,4 @@
-/* $Id: widget_text.c,v 1.6 2004/01/15 07:47:02 reinelt Exp $
+/* $Id: widget_text.c,v 1.7 2004/01/20 04:51:39 reinelt Exp $
*
* simple text widget handling
*
@@ -21,6 +21,10 @@
*
*
* $Log: widget_text.c,v $
+ * Revision 1.7 2004/01/20 04:51:39 reinelt
+ * moved generic stuff from drv_MatrixOrbital to drv_generic
+ * implemented new-stylish bars which are nearly finished
+ *
* Revision 1.6 2004/01/15 07:47:02 reinelt
* debian/ postinst and watch added (did CVS forget about them?)
* evaluator: conditional expressions (a?b:c) added
@@ -164,6 +168,7 @@ void widget_text_scroll (void *Self)
}
+
void widget_text_update (void *Self)
{
WIDGET *W = (WIDGET*)Self;