mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 14:36:36 +00:00
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:
parent
5733733fee
commit
4f1dbcfbe8
12 changed files with 142 additions and 21 deletions
|
@ -353,7 +353,18 @@
|
|||
|
||||
- (BOOL) draw
|
||||
{
|
||||
return NO;
|
||||
NSDrawBitmap(NSZeroRect,
|
||||
_pixelsWide,
|
||||
_pixelsHigh,
|
||||
bitsPerSample,
|
||||
numColors,
|
||||
bitsPerPixel,
|
||||
bytesPerRow,
|
||||
_isPlanar,
|
||||
hasAlpha,
|
||||
_colorSpace,
|
||||
imagePlanes);
|
||||
return YES;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue