Synced 0.9.8 branch with trunk.

This commit is contained in:
the_fiddler 2009-05-31 22:11:46 +00:00
commit c67f331b2a

View file

@ -19,7 +19,7 @@ namespace OpenTK.Platform.Dummy
/// </summary> /// </summary>
internal sealed class DummyGLContext : IGraphicsContext, IGraphicsContextInternal internal sealed class DummyGLContext : IGraphicsContext, IGraphicsContextInternal
{ {
GraphicsMode format; GraphicsMode format = GraphicsMode.Default;
bool vsync; bool vsync;
ContextHandle handle; ContextHandle handle;
static int handle_count; static int handle_count;