X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fgfx.h;h=da10433dc10b887a56140839b320e035b595ece5;hb=6eb6ebb5ae5953a27977f0ef66a36344462b949a;hp=a852c54d54318e8d72a6bc9f40a19fb20075038d;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/gfx/gfx.h b/bertos/gfx/gfx.h index a852c54d..da10433d 100644 --- a/bertos/gfx/gfx.h +++ b/bertos/gfx/gfx.h @@ -1,12 +1,12 @@ /** * \file * Copyright 2003, 2004, 2005, 2006 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 General pourpose graphics routines @@ -15,10 +15,11 @@ #ifndef GFX_GFX_H #define GFX_GFX_H +#include "cfg/cfg_gfx.h" /* CONFIG_GFX_* */ #include -#include /* CPU_HARVARD */ -#include /* CONFIG_GFX_* */ +#include /* CPU_HARVARD */ + /** * \name Known pixel formats for bitmap representation. @@ -181,7 +182,7 @@ void gfx_lineTo (Bitmap *bm, coord_t x, coord_t y); void gfx_setClipRect(Bitmap *bm, coord_t xmin, coord_t ymin, coord_t xmax, coord_t ymax); #if CPU_HARVARD - #include + #include void gfx_blit_P(Bitmap *bm, const pgm_uint8_t *raster); #endif