Image drawing improvements

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5331 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-11-30 11:53:03 +00:00
parent 906da5937b
commit eacf057f16
3 changed files with 53 additions and 0 deletions

View file

@ -892,6 +892,8 @@ static NSDictionary* nsmapping = nil;
/*
* What's the best representation? FIXME
* At the moment we take the last bitmap we find, or the first
* rep of any type if we don't find a bitmap.
*/
[_reps getObjects: reps];
for (i = 0; i < count; i++)
@ -902,6 +904,10 @@ static NSDictionary* nsmapping = nil;
{
rep = repd->rep;
}
else if (rep == nil)
{
rep = repd->rep;
}
}
/*