X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fgfx.c;h=d634c5d67bdae46ad66b45a2475e611c2a495e42;hb=d80a052f18e59d38703f13fd7f3f1c6f3ed87d04;hp=aa0e56e7ed5de4896509d13b262cbdcb12d87033;hpb=41ee2287b2f2d7ec3e73e998b06076888608ed72;p=bertos.git diff --git a/gfx/gfx.c b/gfx/gfx.c index aa0e56e7..d634c5d6 100755 --- a/gfx/gfx.c +++ b/gfx/gfx.c @@ -1,7 +1,7 @@ /*! * \file * @@ -16,6 +16,12 @@ /*#* *#* $Log$ + *#* Revision 1.3 2005/11/27 23:33:40 bernie + *#* Use appconfig.h instead of cfg/config.h. + *#* + *#* 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,34 +33,10 @@ *#* *#* 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 /* CONFIG_GFX_CLIPPING */ +#include /* CONFIG_GFX_CLIPPING */ #include #include /* CPU_HARVARD */ #include /* SWAP() */