diff options
author | harbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-08-13 18:14:03 +0000 |
---|---|---|
committer | harbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-08-13 18:14:03 +0000 |
commit | 763788fd716a2c8f5064c913d35d10973c621ef9 (patch) | |
tree | 553a469c55802d218cae6c2f62db3f3ccd4e1927 /widget_text.c | |
parent | 9e6804e49cac8d859b899ae49509ffdf347eda7f (diff) | |
download | lcd4linux-763788fd716a2c8f5064c913d35d10973c621ef9.tar.gz |
[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
Diffstat (limited to 'widget_text.c')
-rw-r--r-- | widget_text.c | 9 |
1 files changed, 6 insertions, 3 deletions
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 */ |