X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fgfx.h;h=b0a3a2f135b6a46ac9e7963e30ca8f918cdadc23;hb=b4e1c52676ca63fb01e49a26a3411838e5277d6a;hp=427063a1b906c5667d28f3f776b7680b1882189e;hpb=1546e0f71c9705569ad5589151e9f9eba521d3eb;p=bertos.git diff --git a/mware/gfx.h b/mware/gfx.h index 427063a1..b0a3a2f1 100755 --- a/mware/gfx.h +++ b/mware/gfx.h @@ -14,6 +14,12 @@ /*#* *#* $Log$ + *#* Revision 1.11 2005/04/11 19:10:28 bernie + *#* Include top-level headers from cfg/ subdir. + *#* + *#* Revision 1.10 2005/03/01 23:26:45 bernie + *#* Use new CPU-neutral program-memory API. + *#* *#* Revision 1.9 2005/01/20 18:46:31 aleph *#* Fix progmem includes. *#* @@ -42,9 +48,9 @@ #ifndef MWARE_GFX_H #define MWARE_GFX_H -#include -#include -#include +#include +#include +#include /*! Common type for coordinates expressed in pixel units */ @@ -96,6 +102,7 @@ extern void gfx_lineTo (Bitmap *bm, coord_t x, coord_t y); extern void gfx_setClipRect(Bitmap *bm, coord_t xmin, coord_t ymin, coord_t xmax, coord_t ymax); #if CPU_HARVARD + #include extern void gfx_blit_P(Bitmap *bm, const pgm_uint8_t *raster); #endif