mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 15:36:34 +00:00
Cursor changes, etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11618 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c04b107d2
commit
b4481e1c16
9 changed files with 45 additions and 22 deletions
|
@ -688,6 +688,7 @@ repd_for_rep(NSArray *_reps, NSImageRep *rep)
|
|||
aRect.origin.x += rect.origin.x;
|
||||
aRect.origin.y += rect.origin.y;
|
||||
rect = NSIntersectionRect(aRect, rect);
|
||||
|
||||
PScomposite(NSMinX(rect), NSMinY(rect), NSWidth(rect), NSHeight(rect),
|
||||
[[(NSCachedImageRep *)rep window] gState], aPoint.x, y, op);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue