mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:00:37 +00:00
Fixes to compile shared on Windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
911b5993e8
commit
6fc3726a02
51 changed files with 527 additions and 382 deletions
|
@ -429,7 +429,7 @@ static NSAffineTransformStruct identityTransform = {
|
|||
if (rotationAngle < 0)
|
||||
{
|
||||
rotationAngle = atan2(matrix.m21, matrix.m11);
|
||||
rotationAngle *= 180.0 / M_PI;
|
||||
rotationAngle *= 180.0 / pi;
|
||||
}
|
||||
return rotationAngle;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue