mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
Fixed images appearing in bottom left corner first.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@37144 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
595cc19471
commit
4815f8b518
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ NSLog(@" : samplesperpixel = %d", samplesPerPixel);
|
|||
NSDebugLLog(@"OpalGState", @"%p (%@): %s", self, [self class], __PRETTY_FUNCTION__);
|
||||
CGContextRef destContexts[2] = { [_opalSurface backingCGContext], [_opalSurface x11CGContext] };
|
||||
|
||||
for (int i = 0; i < 2; i++)
|
||||
for (int i = 0; i < 1; i++)
|
||||
{
|
||||
CGContextRef ctx = destContexts[i];
|
||||
|
||||
|
|
Loading…
Reference in a new issue