[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_core/sources CoreMath.cpp, 1.2, 1.3
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:37:23
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19930 Modified Files: CoreMath.cpp Log Message: Win32 changes Index: CoreMath.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources/CoreMath.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CoreMath.cpp 7 Oct 2006 23:54:51 -0000 1.2 --- CoreMath.cpp 22 Feb 2007 02:37:15 -0000 1.3 *************** *** 92,95 **** --- 92,102 ---- } + #if OPT_WINOS + void OffsetRect(Rect *r, short x, short y) + { + ::OffsetRect(r, x, y); + } + #endif + #if OPT_UNIX // Defined in Microsoft Windows *************** *** 152,156 **** * the "empty" value. */ - bool EqualRect(const Rect *a, const Rect *b) { --- 159,162 ---- *************** *** 192,195 **** --- 198,202 ---- } + /*$ SectRect * |