mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
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:
parent
171af98132
commit
0cba103120
1 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue