using System; namespace OpenTK.Platform.SDL2 { partial class SDL { public readonly static object Sync = new object(); } }