diff --git a/Source/OpenTK/Platform/Egl/Egl.cs b/Source/OpenTK/Platform/Egl/Egl.cs index 2a4e457f..0dc84d1c 100644 --- a/Source/OpenTK/Platform/Egl/Egl.cs +++ b/Source/OpenTK/Platform/Egl/Egl.cs @@ -105,7 +105,7 @@ namespace OpenTK.Platform.Egl Handle = new Compute.Handle(handle); } - public static readonly EGLDisplay Null; + public static readonly EGLDisplay Null = default(EGLDisplay); } struct EGLSurface @@ -120,7 +120,7 @@ namespace OpenTK.Platform.Egl Handle = new Compute.Handle(handle); } - public static readonly EGLSurface None; + public static readonly EGLSurface None = default(EGLSurface); } struct EGLClientBuffer