mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20:38 +00:00
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:
parent
906da5937b
commit
eacf057f16
3 changed files with 53 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue