Small correction of alpha blending related comments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@30831 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
qmathe 2010-06-22 22:28:13 +00:00
parent b36e330207
commit a1528f9165
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
See bug report #30069
Images are also now drawn correctly with these methods in a
rotated/scaled context unlike previously (but alpha blending still
doesn't work properly with a rotated context).
doesn't work properly).
* Source/winlib/WIN32Context.m (-supportsDrawGState): Added.
* Headers/winlib/WIN32GState.m: Added oldWorldTransform ivar.
* Source/winlib/WIN32GState.m:

View file

@ -451,7 +451,7 @@ BOOL alpha_blend_source_over(HDC destDC,
}
}
// FIXME: Drawing rotated images with alpha blending is broken
// FIXME: Drawing images with alpha blending is broken
- (void) drawGState: (WIN32GState *)source
fromRect: (NSRect)aRect
toPoint: (NSPoint)aPoint