Compile fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@37147 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Ivan Vučica 2013-09-23 19:45:09 +00:00
parent 171af98132
commit 0cba103120

View file

@ -194,8 +194,9 @@ NSDebugLLog(@"OpalGState", @" : samplesperpixel = %d", samples
{
NSDebugLLog(@"OpalGState", @"%p (%@): %s", self, [self class], __PRETTY_FUNCTION__);
CGContextRef destContexts[2] = { [_opalSurface backingCGContext], [_opalSurface x11CGContext] };
int i;
for (int i = 0; i < 1; i++)
for (i = 0; i < 1; i++)
{
CGContextRef ctx = destContexts[i];