[Mac] Fixed initial window position
authorthefiddler <stapostol@gmail.com>
Fri, 2 May 2014 13:13:38 +0000 (15:13 +0200)
committerthefiddler <stapostol@gmail.com>
Fri, 2 May 2014 13:13:38 +0000 (15:13 +0200)
commit674cd54c2942b40d230addf0a60df1d02e8d8abc
tree9f9d59b4b84661708f1572265e7ac6e06cb89ce6
parent3824f55f183489b61f76bec6802d4b71b9adf2cc
[Mac] Fixed initial window position

Cocoa sets the desktop origin at the bottom-left of the main screen,
with +y going up. OpenTK is setting the origin at the top-left of the
main screen, so we need to invert the y-axis.
Source/OpenTK/Platform/MacOS/CocoaNativeWindow.cs