X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fline.c;h=f3909b15337da90735ce947f7b567c4739339670;hb=0e98bd5ee418681c347fc7fbe02ad53c59502f41;hp=eb7deb8ec1f14727351c80d4763f6e617caecadd;hpb=46626ce710c12ab2799c63893b09d06831297213;p=bertos.git diff --git a/gfx/line.c b/gfx/line.c old mode 100755 new mode 100644 index eb7deb8e..f3909b15 --- a/gfx/line.c +++ b/gfx/line.c @@ -1,9 +1,34 @@ /** * \file * * * \version $Id$ @@ -14,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 */