Merge pull request #586 from Nihlus/mark-cls-compliant

Mark methods and classes in GLWidget with their CLS compliance
This commit is contained in:
Jarl Gullberg 2017-07-24 17:22:52 +02:00 committed by GitHub
commit a3df3b38e5

View file

@ -15,6 +15,7 @@ namespace OpenTK
/// <summary> /// <summary>
/// The <see cref="GLWidget"/> is a GTK widget for which an OpenGL context can be used to draw arbitrary graphics. /// The <see cref="GLWidget"/> is a GTK widget for which an OpenGL context can be used to draw arbitrary graphics.
/// </summary> /// </summary>
[CLSCompliant(false)]
[ToolboxItem(true)] [ToolboxItem(true)]
public class GLWidget: DrawingArea public class GLWidget: DrawingArea
{ {