More imaging and compositing stuff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5635 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1999-12-28 19:20:45 +00:00
parent 5733733fee
commit 4f1dbcfbe8
12 changed files with 142 additions and 21 deletions

View file

@ -353,7 +353,18 @@
- (BOOL) draw
{
return NO;
NSDrawBitmap(NSZeroRect,
_pixelsWide,
_pixelsHigh,
bitsPerSample,
numColors,
bitsPerPixel,
bytesPerRow,
_isPlanar,
hasAlpha,
_colorSpace,
imagePlanes);
return YES;
}
//