X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fline.c;h=8c87a5219ae33df3576d53ccfaa48798c2203256;hb=cbdd295b3172dbfc635ff6895e5eaa0b92e07180;hp=f3909b15337da90735ce947f7b567c4739339670;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/gfx/line.c b/bertos/gfx/line.c index f3909b15..8c87a521 100644 --- a/bertos/gfx/line.c +++ b/bertos/gfx/line.c @@ -27,24 +27,24 @@ * 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 "cfg/cfg_gfx.h" /* CONFIG_GFX_CLIPPING */ #include /* ASSERT() */ #include /* SWAP() */ -#include /* CONFIG_GFX_CLIPPING */ /* Configuration sanity checks */ #if !defined(CONFIG_GFX_CLIPPING) || (CONFIG_GFX_CLIPPING != 0 && CONFIG_GFX_CLIPPING != 1)