From 763788fd716a2c8f5064c913d35d10973c621ef9 Mon Sep 17 00:00:00 2001 From: harbaum Date: Sun, 13 Aug 2006 18:14:03 +0000 Subject: [lcd4linux @ 2006-08-13 18:14:03 by harbaum] Added KVV plugin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@692 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- widget_text.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'widget_text.c') diff --git a/widget_text.c b/widget_text.c index 033d6f8..d543534 100644 --- a/widget_text.c +++ b/widget_text.c @@ -1,4 +1,4 @@ -/* $Id: widget_text.c,v 1.26 2006/08/13 11:38:20 reinelt Exp $ +/* $Id: widget_text.c,v 1.27 2006/08/13 18:14:03 harbaum Exp $ * * simple text widget handling * @@ -21,6 +21,9 @@ * * * $Log: widget_text.c,v $ + * Revision 1.27 2006/08/13 18:14:03 harbaum + * Added KVV plugin + * * Revision 1.26 2006/08/13 11:38:20 reinelt * text widget uses dynamic properties * @@ -172,7 +175,7 @@ void widget_text_scroll(void *Self) char *postfix = P2S(&T->postfix); char *string = T->string; - + int num, len, width, pad; char *src, *dst; @@ -325,7 +328,7 @@ void widget_text_update(void *Self) /* text style */ update += property_eval(&T->style); - + /* something has changed and should be updated */ if (update) { /* reset marquee counter if content has changed */ -- cgit v1.2.3