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:
Ivan Vučica 2013-09-23 18:29:40 +00:00
parent 595cc19471
commit 4815f8b518

View file

@ -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];