Removed unnecessary CLSCompliant attributes.
This commit is contained in:
parent
4f7ade8d25
commit
45d2638614
1 changed files with 1 additions and 2 deletions
|
@ -801,7 +801,6 @@ namespace OpenTK.Platform.X11
|
|||
StaticGravity = 10
|
||||
}
|
||||
|
||||
[CLSCompliant(false)]
|
||||
internal enum XKeySym : uint
|
||||
{
|
||||
XK_BackSpace = 0xFF08,
|
||||
|
@ -890,7 +889,7 @@ namespace OpenTK.Platform.X11
|
|||
public IntPtr killid;
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 2), CLSCompliant(false)]
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 2)]
|
||||
internal struct XColor
|
||||
{
|
||||
public IntPtr pixel;
|
||||
|
|
Loading…
Reference in a new issue