X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fgfx.c;h=9d1e6d3aee589c5a7498ea06023438fdfbbb7884;hb=75021d741d1a55013d98e8e67748009d87835341;hp=9f0079db67fc8e11ec466527a7153eb865a73020;hpb=1d1b0cb5a318dfbb2248d81ec34c00375be025db;p=bertos.git diff --git a/mware/gfx.c b/mware/gfx.c index 9f0079db..9d1e6d3a 100755 --- a/mware/gfx.c +++ b/mware/gfx.c @@ -14,18 +14,21 @@ * \brief General pourpose graphics routines */ -/* - * $Log$ - * Revision 1.4 2004/08/24 16:53:10 bernie - * Use new-style config macros. - * - * Revision 1.3 2004/08/04 03:16:59 bernie - * Switch to new DevLib CONFIG_ convention. - * - * Revision 1.2 2004/06/03 11:27:09 bernie - * Add dual-license information. - * - */ +/*#* + *#* $Log$ + *#* Revision 1.5 2004/08/25 14:12:09 rasky + *#* Aggiornato il comment block dei log RCS + *#* + *#* Revision 1.4 2004/08/24 16:53:10 bernie + *#* Use new-style config macros. + *#* + *#* Revision 1.3 2004/08/04 03:16:59 bernie + *#* Switch to new DevLib CONFIG_ convention. + *#* + *#* Revision 1.2 2004/06/03 11:27:09 bernie + *#* Add dual-license information. + *#* + *#*/ #include "gfx.h" #include "config.h"