diff --git a/Source/GLControl/GLControl.cs b/Source/GLControl/GLControl.cs
index 4fe2188e..c62cf40e 100644
--- a/Source/GLControl/GLControl.cs
+++ b/Source/GLControl/GLControl.cs
@@ -325,6 +325,18 @@ namespace OpenTK
#endregion
+ #region WindowInfo
+
+ ///
+ /// Gets the for this instance.
+ ///
+ public IWindowInfo WindowInfo
+ {
+ get { return implementation.WindowInfo; }
+ }
+
+ #endregion
+
#region public Bitmap GrabScreenshot()
/// Grabs a screenshot of the frontbuffer contents.