Fixed build error in WinGLNative.

This commit is contained in:
the_fiddler 2007-08-09 12:08:03 +00:00
parent 318c8e619d
commit f98b344cdf

View file

@ -26,7 +26,13 @@ namespace OpenTK.Platform.Windows
private Message msg; // Used only by the IsIdle event.
#region --- Constructors ---
public WinGLControl(Control c, DisplayMode mode)
{
glContext = new WinGLContext(c.Handle, mode);
}
[Obsolete]
public WinGLControl(Control c, int width, int height, bool fullscreen)
{
glContext = new WinGLContext(