Opentk/Source
Stefanos A 2290e06cbd Use untyped int for enums in unmanaged callsites
By using untyped integers instead of typed integers in the unmanaged
callsites, we allow monolinker to keep the exact set of enums that are
used by the user. Without this, we’d have to keep every single enum in
place to avoid missing type exceptions.

This does not affect the public signatures or the generated code in any
way.
2013-12-01 18:26:01 +01:00
..
Bind Use untyped int for enums in unmanaged callsites 2013-12-01 18:26:01 +01:00
Build.UpdateVersion Normalized line endings 2013-10-11 01:58:54 +02:00
Compatibility Added MonoDevelop artifacts 2013-11-27 00:05:26 +01:00
Converter Added MonoDevelop artifacts 2013-11-27 00:05:26 +01:00
Examples Added MonoDevelop artifacts 2013-11-27 00:05:26 +01:00
GLControl Setup correct class style for OpenGL 2013-11-16 22:38:17 +01:00
OpenTK Removed deleted file from project 2013-11-28 23:23:03 +01:00
OpenTK.Rewrite Load system types from referenced mscorlib 2013-11-30 02:32:10 +01:00