aboutsummaryrefslogtreecommitdiffstats
path: root/icon.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-22 04:19:16 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-22 04:19:16 +0000
commit76a717b70b1e3f7d58cefdfec3f647a17756d7e9 (patch)
treec6e95b153eca7b102da2f6c987f42594b329f47e /icon.c
parent42441be6879253602a893b8421310053b25a1005 (diff)
downloadlcd4linux-76a717b70b1e3f7d58cefdfec3f647a17756d7e9.tar.gz
[lcd4linux @ 2003-10-22 04:19:16 by reinelt]
Makefile.in for imon.c/.h, some MatrixOrbital clients git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@267 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'icon.c')
-rw-r--r--icon.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/icon.c b/icon.c
index d65a8c4..1fc5d78 100644
--- a/icon.c
+++ b/icon.c
@@ -1,4 +1,4 @@
-/* $Id: icon.c,v 1.9 2003/10/05 17:58:50 reinelt Exp $
+/* $Id: icon.c,v 1.10 2003/10/22 04:19:16 reinelt Exp $
*
* generic icon and heartbeat handling
*
@@ -22,6 +22,9 @@
*
*
* $Log: icon.c,v $
+ * Revision 1.10 2003/10/22 04:19:16 reinelt
+ * Makefile.in for imon.c/.h, some MatrixOrbital clients
+ *
* Revision 1.9 2003/10/05 17:58:50 reinelt
* libtool junk; copyright messages cleaned up
*
@@ -186,7 +189,7 @@ void icon_clear(void)
for (n=0; n<ROWS*COLS; n++) {
Screen[n]=-1;
}
-
+
}