mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 10:16:52 +00:00
Removed unnecessary CLSCompliant attributes.
This commit is contained in:
parent
4f7ade8d25
commit
45d2638614
|
@ -801,7 +801,6 @@ namespace OpenTK.Platform.X11
|
||||||
StaticGravity = 10
|
StaticGravity = 10
|
||||||
}
|
}
|
||||||
|
|
||||||
[CLSCompliant(false)]
|
|
||||||
internal enum XKeySym : uint
|
internal enum XKeySym : uint
|
||||||
{
|
{
|
||||||
XK_BackSpace = 0xFF08,
|
XK_BackSpace = 0xFF08,
|
||||||
|
@ -890,7 +889,7 @@ namespace OpenTK.Platform.X11
|
||||||
public IntPtr killid;
|
public IntPtr killid;
|
||||||
}
|
}
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential, Pack = 2), CLSCompliant(false)]
|
[StructLayout(LayoutKind.Sequential, Pack = 2)]
|
||||||
internal struct XColor
|
internal struct XColor
|
||||||
{
|
{
|
||||||
public IntPtr pixel;
|
public IntPtr pixel;
|
||||||
|
|
Loading…
Reference in a new issue