[Igarden-commit] CommonSource/YAAFExtensions RGPatternCache.cpp, 1.8, 1.8.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-17 14:05:16
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11775 Modified Files: Tag: Release_branch_v1 RGPatternCache.cpp Log Message: BUG: backdrop colors don't work on Intel machines with Universal Binary Index: RGPatternCache.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGPatternCache.cpp,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** RGPatternCache.cpp 19 Jun 2005 01:48:36 -0000 1.8 --- RGPatternCache.cpp 17 Jan 2007 14:05:13 -0000 1.8.2.1 *************** *** 81,84 **** --- 81,85 ---- short x, y; Rect bound, destRect; + XGDraw draw(view); PRECONDITION(spec != NULL); *************** *** 102,105 **** --- 103,108 ---- entry = new PatternCacheEntry; entry->_image = new CGWorld(bound); + draw.SetBackColor(KXGColorWhite); + draw.SetForeColor(KXGColorBlack); for( y = 0; y < BG_REPLIC; y++) |