[Igarden-commit] CommonSource/YAAFExtensions RGAreaFill.h, 1.3, 1.4 DateSelectDialog.h, 1.3, 1.4 RG
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:25:39
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30992 Modified Files: RGAreaFill.h DateSelectDialog.h RGAction.h RGBackdropView.h Log Message: Win32 changes Index: RGAreaFill.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGAreaFill.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RGAreaFill.h 7 Oct 2006 23:48:49 -0000 1.3 --- RGAreaFill.h 22 Feb 2007 04:25:36 -0000 1.4 *************** *** 29,34 **** #include "CColor.h" ! void AreaFillPattern(CGWorld *pattern, CGWorld *outline, RGBColor edgeColor, XGView *destination, Rect destArea); //void AreaFillPattern(CGWorld pattern, CGWorld *destination, Rect destArea); ! void AreaFillColor(Color color, CGWorld *outline, Point fillStart, XGView *destination, Rect destArea); //void AreaFillColor(Color color, CGWorld *destination, Rect destArea); --- 29,34 ---- #include "CColor.h" ! YAAF_API void AreaFillPattern(CGWorld *pattern, CGWorld *outline, RGBColor edgeColor, XGView *destination, Rect destArea); //void AreaFillPattern(CGWorld pattern, CGWorld *destination, Rect destArea); ! YAAF_API void AreaFillColor(Color color, CGWorld *outline, Point fillStart, XGView *destination, Rect destArea); //void AreaFillColor(Color color, CGWorld *destination, Rect destArea); Index: DateSelectDialog.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/DateSelectDialog.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DateSelectDialog.h 16 May 2005 22:40:45 -0000 1.3 --- DateSelectDialog.h 22 Feb 2007 04:25:36 -0000 1.4 *************** *** 30,34 **** #include "RGDialog.h" ! class DateSelectDialog : public RGDialog { public: --- 30,34 ---- #include "RGDialog.h" ! class YAAF_API DateSelectDialog : public RGDialog { public: Index: RGBackdropView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGBackdropView.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RGBackdropView.h 9 Oct 2006 12:09:13 -0000 1.4 --- RGBackdropView.h 22 Feb 2007 04:25:36 -0000 1.5 *************** *** 35,39 **** using namespace yaaf; ! class RGBackdropView : public XGView { public: --- 35,39 ---- using namespace yaaf; ! class YAAF_API RGBackdropView : public XGView { public: *************** *** 43,47 **** enum { ! kClassID = 'back' }; --- 43,47 ---- enum { ! kClassID = CHAR4('b','a','c','k') //'back' }; Index: RGAction.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGAction.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RGAction.h 8 Sep 2004 01:07:39 -0000 1.2 --- RGAction.h 22 Feb 2007 04:25:36 -0000 1.3 *************** *** 37,41 **** // --------------------------------------------------------------------------- ! class RGAction { public: RGAction( const RGAction& inOriginal ); --- 37,41 ---- // --------------------------------------------------------------------------- ! class YAAF_API RGAction { public: RGAction( const RGAction& inOriginal ); |