Move and install resources to more appropriate place.

Minor fixes.
Incorporate Adam Fedor's NSImage patches.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2070 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Scott Christley 1997-01-31 13:40:15 +00:00
parent e3dde2fd9a
commit 9211409e28
24 changed files with 145 additions and 158 deletions

View file

@ -33,9 +33,16 @@
// Initializing a New Instance
+ (id) imageRepWithData: (NSData *)epsData
{
// [self notImplemented: _cmd];
return [[self alloc] init];
//[self notImplemented: _cmd];
return nil;
}
+ (NSArray *) imageRepsWithData: (NSData *)epsData
{
//[self notImplemented: _cmd];
return nil;
}
- (id) initWithData: (NSData *)epsData
{
[self notImplemented: _cmd];