[Igarden-commit] CommonSource/YAAFExtensions RGHTextParser.cpp, 1.11, 1.12 RGDisclosureView.cpp, 1.
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 04:40:20
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4740 Modified Files: RGHTextParser.cpp RGDisclosureView.cpp Log Message: Win32 changes Index: RGDisclosureView.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGDisclosureView.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RGDisclosureView.cpp 9 Oct 2006 12:23:13 -0000 1.6 --- RGDisclosureView.cpp 22 Feb 2007 04:40:18 -0000 1.7 *************** *** 150,152 **** { return _isShown; ! } \ No newline at end of file --- 150,152 ---- { return _isShown; ! } Index: RGHTextParser.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGHTextParser.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** RGHTextParser.cpp 1 Oct 2006 04:01:35 -0000 1.11 --- RGHTextParser.cpp 22 Feb 2007 04:40:18 -0000 1.12 *************** *** 440,442 **** blue = strtol(blueBuf, &junk, 16); return RGB(red, green, blue); ! } \ No newline at end of file --- 440,442 ---- blue = strtol(blueBuf, &junk, 16); return RGB(red, green, blue); ! } |