mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:17:39 +00:00
Replace NSCompositeHighlight with GSCompositeHighlight and map NSCompositeHighlight onto
NSCompositeSourceOver. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34773 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1cc1bc54ef
commit
e654c1c5b5
3 changed files with 12 additions and 1 deletions
|
@ -523,7 +523,7 @@ void NSHighlightRect(NSRect aRect)
|
|||
NSGraphicsContext *ctxt = GSCurrentContext();
|
||||
DPScompositerect(ctxt, NSMinX(aRect), NSMinY(aRect),
|
||||
NSWidth(aRect), NSHeight(aRect),
|
||||
NSCompositeHighlight);
|
||||
GSCompositeHighlight);
|
||||
}
|
||||
|
||||
void NSRectClip(NSRect aRect)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue