Add more (dummy) layer property stuff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38940 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rmottola 2015-08-28 20:26:30 +00:00
parent 6c79a91744
commit 5e54269bce
3 changed files with 21 additions and 1 deletions

View file

@ -1652,6 +1652,18 @@ static NSSize _computeScale(NSSize fs, NSSize bs)
_alphaValue = alpha;
}
- (CGFloat) frameCenterRotation
{
// FIXME this is dummy, we don't have layers yet
return 0.0;
}
- (void) setFrameCenterRotation:(CGFloat)rot;
{
// FIXME this is dummy, we don't have layers yet
// we probably need a Matrix akin frame rotation.
}
- (NSRect) centerScanRect: (NSRect)aRect
{