[Igarden-commit] CommonSource/YAAFExtensions RGAreaFill.cpp, 1.4, 1.5
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-10-15 18:00:39
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv576 Modified Files: RGAreaFill.cpp Log Message: Comment this out until used Index: RGAreaFill.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGAreaFill.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RGAreaFill.cpp 7 Oct 2006 23:48:49 -0000 1.4 --- RGAreaFill.cpp 15 Oct 2006 18:00:36 -0000 1.5 *************** *** 28,32 **** #include "RGAreaFill.h" ! #if OPT_MACOS void AreaFillPattern(CGWorld *texture, CGWorld *outline, RGBColor edgeColor, XGView *destination, Rect destArea) { --- 28,32 ---- #include "RGAreaFill.h" ! #if 0 void AreaFillPattern(CGWorld *texture, CGWorld *outline, RGBColor edgeColor, XGView *destination, Rect destArea) { *************** *** 95,99 **** AreaFillPattern(texture, outline, foreColor, destination, destArea); } - #else - #error TO_BE_PORTED #endif \ No newline at end of file --- 95,97 ---- |