From c374e8db5cd7580b00c3211e8f651a6db6d0c5d4 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 20 Jan 2004 04:51:39 +0000 Subject: [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 --- widget_text.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'widget_text.c') 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; -- cgit v1.2.3