X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fgfx.c;fp=gfx%2Fgfx.c;h=82b69c34b85861c4fa5574ace5427bd98518496c;hb=68d5a6796ff0efc9666ae359be2150d9638182f6;hp=aa0e56e7ed5de4896509d13b262cbdcb12d87033;hpb=41ee2287b2f2d7ec3e73e998b06076888608ed72;p=bertos.git diff --git a/gfx/gfx.c b/gfx/gfx.c index aa0e56e7..82b69c34 100755 --- a/gfx/gfx.c +++ b/gfx/gfx.c @@ -1,7 +1,7 @@ /*! * \file * @@ -16,6 +16,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2005/11/04 18:17:45 bernie + *#* Fix header guards and includes for new location of gfx module. + *#* *#* Revision 1.1 2005/11/04 18:11:35 bernie *#* Move graphics stuff from mware/ to gfx/. *#* @@ -27,33 +30,9 @@ *#* *#* Revision 1.12 2005/03/01 23:26:45 bernie *#* Use new CPU-neutral program-memory API. - *#* - *#* Revision 1.11 2004/12/08 08:06:16 bernie - *#* Remove done todo. - *#* - *#* Revision 1.10 2004/11/01 15:14:07 bernie - *#* Update to current coding conventions. - *#* - *#* Revision 1.9 2004/10/21 10:58:33 bernie - *#* Add a TODO item. - *#* - *#* Revision 1.8 2004/09/20 03:29:22 bernie - *#* Relax assertion. - *#* - *#* Revision 1.7 2004/09/14 21:01:08 bernie - *#* Rename rectangle drawing functions; Unify filled/cleared implementations. - *#* - *#* Revision 1.4 2004/08/24 16:53:10 bernie - *#* Use new-style config macros. - *#* - *#* Revision 1.3 2004/08/04 03:16:59 bernie - *#* Switch to new DevLib CONFIG_ convention. - *#* - *#* Revision 1.2 2004/06/03 11:27:09 bernie - *#* Add dual-license information. *#*/ -#include "gfx.h" +#include #include /* CONFIG_GFX_CLIPPING */ #include #include /* CPU_HARVARD */