X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fline.c;h=8c87a5219ae33df3576d53ccfaa48798c2203256;hb=f8e4f3c7c1fec67b18126ee082f964cf9ceb14c7;hp=a878c1569efa28bd6706bfd375f5c9db9ffd99cc;hpb=11da44352fcd4d33b173c976db45293ac1a87cca;p=bertos.git diff --git a/bertos/gfx/line.c b/bertos/gfx/line.c index a878c156..8c87a521 100644 --- a/bertos/gfx/line.c +++ b/bertos/gfx/line.c @@ -27,22 +27,22 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * - * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief Line drawing graphics routines + * \sa gfx.h */ #include "gfx.h" #include "gfx_p.h" -#include /* CONFIG_GFX_CLIPPING */ +#include "cfg/cfg_gfx.h" /* CONFIG_GFX_CLIPPING */ #include /* ASSERT() */ #include /* SWAP() */