X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fbitmap.c;h=c94306a9a0e939d128ed5d6d27b5d9e5dc721e75;hb=cbdd295b3172dbfc635ff6895e5eaa0b92e07180;hp=294e9c23ccad4cac07051314852e95131e5b5954;hpb=11da44352fcd4d33b173c976db45293ac1a87cca;p=bertos.git diff --git a/bertos/gfx/bitmap.c b/bertos/gfx/bitmap.c index 294e9c23..c94306a9 100644 --- a/bertos/gfx/bitmap.c +++ b/bertos/gfx/bitmap.c @@ -27,20 +27,21 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief Bitmap manipulation routines. + * \sa gfx.h */ #include "gfx.h" #include "gfx_p.h" -#include /* CONFIG_GFX_CLIPPING */ +#include "cfg/cfg_gfx.h" /* CONFIG_GFX_CLIPPING */ #include /* MIN() */ #include /* ASSERT() */