mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +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
8bef47a69e
commit
531715f28c
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…
Add table
Add a link
Reference in a new issue