X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fline.c;h=f3909b15337da90735ce947f7b567c4739339670;hb=1fc31f45bcec8bc23a5924ae5b288439abca8ded;hp=cb6606ead64e125ef1ad14cb1d006250c99a91fb;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/gfx/line.c b/gfx/line.c index cb6606ea..f3909b15 100644 --- a/gfx/line.c +++ b/gfx/line.c @@ -28,7 +28,7 @@ * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) * Copyright 1999 Bernardo Innocenti - * This file is part of DevLib - See README.devlib for information. + * * --> * * \version $Id$ @@ -39,27 +39,10 @@ * \brief Line drawing graphics routines */ -/*#* - *#* $Log$ - *#* Revision 1.4 2006/08/01 12:22:00 bernie - *#* gfx_findRegion(): Only define when CONFIG_GFX_CLIPPING is enabled. - *#* - *#* Revision 1.3 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.2 2006/02/10 12:26:58 bernie - *#* Check CONFIG_* constraints. - *#* - *#* Revision 1.1 2006/01/24 02:17:49 bernie - *#* Split out gfx.c into bitmap.c and line.c. - *#* - *#*/ - #include "gfx.h" #include "gfx_p.h" #include /* ASSERT() */ -#include /* CPU_HARVARD */ #include /* SWAP() */ #include /* CONFIG_GFX_CLIPPING */