Silenced a few compiler warnings.

This commit is contained in:
the_fiddler 2009-09-04 23:23:13 +00:00
parent 1f0c7fe466
commit 72eb674817

View file

@ -105,7 +105,7 @@ namespace OpenTK.Platform.Egl
Handle = new Compute.Handle<Workaround>(handle); Handle = new Compute.Handle<Workaround>(handle);
} }
public static readonly EGLDisplay Null; public static readonly EGLDisplay Null = default(EGLDisplay);
} }
struct EGLSurface struct EGLSurface
@ -120,7 +120,7 @@ namespace OpenTK.Platform.Egl
Handle = new Compute.Handle<Workaround>(handle); Handle = new Compute.Handle<Workaround>(handle);
} }
public static readonly EGLSurface None; public static readonly EGLSurface None = default(EGLSurface);
} }
struct EGLClientBuffer struct EGLClientBuffer