diff options
author | reinelt <> | 2003-10-22 04:19:16 +0000 |
---|---|---|
committer | reinelt <> | 2003-10-22 04:19:16 +0000 |
commit | 78db54efea1a7af36a2f02d8c960f17297386d98 (patch) | |
tree | c6e95b153eca7b102da2f6c987f42594b329f47e /icon.c | |
parent | 4f5395938002f624502fd7afba7dfa3b3ee8433d (diff) | |
download | lcd4linux-78db54efea1a7af36a2f02d8c960f17297386d98.tar.gz |
[lcd4linux @ 2003-10-22 04:19:16 by reinelt]
Makefile.in for imon.c/.h, some MatrixOrbital clients
Diffstat (limited to 'icon.c')
-rw-r--r-- | icon.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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; } - + } |