aboutsummaryrefslogtreecommitdiffstats
path: root/widget_icon.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-23 07:04:39 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-23 07:04:39 +0000
commit821103866ec28ee777a093c71d696faf71152d0c (patch)
tree270af060ab8efa23ec9ab7ca984258ef6d812b28 /widget_icon.c
parent3ebce612bcbf403d54e628207b540b75395f5637 (diff)
downloadlcd4linux-821103866ec28ee777a093c71d696faf71152d0c.tar.gz
[lcd4linux @ 2004-01-23 07:04:03 by reinelt]
icons finished! git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@337 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_icon.c')
-rw-r--r--widget_icon.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/widget_icon.c b/widget_icon.c
index e30fbfe..4cae01a 100644
--- a/widget_icon.c
+++ b/widget_icon.c
@@ -1,4 +1,4 @@
-/* $Id: widget_icon.c,v 1.1 2004/01/23 04:54:03 reinelt Exp $
+/* $Id: widget_icon.c,v 1.2 2004/01/23 07:04:39 reinelt Exp $
*
* icon widget handling
*
@@ -21,6 +21,9 @@
*
*
* $Log: widget_icon.c,v $
+ * Revision 1.2 2004/01/23 07:04:39 reinelt
+ * icons finished!
+ *
* Revision 1.1 2004/01/23 04:54:03 reinelt
* icon widget added (not finished yet!)
*
@@ -153,6 +156,11 @@ int widget_icon_init (WIDGET *Self)
// The timer will be reactivated on every call to widget_icon_update().
// We do the initial call here...
Icon->prvmap=-1;
+
+ // reset ascii
+ Icon->ascii=-1;
+
+ // just do it!
widget_icon_update(Self);
return 0;