[Igarden-commit] CommonSource/YAAFExtensions RGAction.cpp, 1.2, 1.3 RGAreaFill.cpp, 1.5, 1.6
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:29:25
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv32618 Modified Files: RGAction.cpp RGAreaFill.cpp Log Message: Win32 changes Index: RGAreaFill.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGAreaFill.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RGAreaFill.cpp 15 Oct 2006 18:00:36 -0000 1.5 --- RGAreaFill.cpp 22 Feb 2007 04:29:24 -0000 1.6 *************** *** 95,97 **** AreaFillPattern(texture, outline, foreColor, destination, destArea); } ! #endif \ No newline at end of file --- 95,97 ---- AreaFillPattern(texture, outline, foreColor, destination, destArea); } ! #endif Index: RGAction.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGAction.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RGAction.cpp 8 Sep 2004 01:07:39 -0000 1.2 --- RGAction.cpp 22 Feb 2007 04:29:24 -0000 1.3 *************** *** 208,210 **** } ! } \ No newline at end of file --- 208,210 ---- } ! } |