Preliminary drawing engine

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3222 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-11-16 20:32:48 +00:00
parent f56ca9b4bd
commit 2ec2e70df2
42 changed files with 3139 additions and 236 deletions

View file

@ -141,12 +141,12 @@ toData:(NSMutableData *)data
//
// Managing the DPS Context
//
- (NSDPSContext *)createContext
- (GPSDrawContext *)createContext
{
return nil;
}
- (NSDPSContext *)context
- (GPSDrawContext *)context
{
return nil;
}