Opentk/Source
thefiddler d12643cf44 [Mac] Mark callback calling convention
Callbacks are now explicitly marked as unmanaged pointers with the
correct (platform-defined) calling convention. Exceptions raised inside
these callbacks are no longer allowed to escape into unmanaged code,
where they will crash the runtime.

Additionally, the window is now only closed on the UI thread, and only
if it is actually open.
2014-07-23 21:18:34 +02:00
..
Bind Merge pull request #157 from thefiddler/warnfix 2014-07-21 18:05:20 +02:00
Build.UpdateVersion
Compatibility
Converter Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:55:12 +02:00
Examples
Generator.Rewrite
GLControl
OpenTK [Mac] Mark callback calling convention 2014-07-23 21:18:34 +02:00
Tests/Test.API.Desktop