Added IsWindowVisible method.

This commit is contained in:
the_fiddler 2009-09-08 13:03:21 +00:00
parent 856e13fcb8
commit b41877e771

View file

@ -96,8 +96,6 @@ namespace OpenTK.Platform.Windows
internal static class Functions
{
#region --- Functions ---
#region Window functions
#region SetWindowPos
@ -810,6 +808,9 @@ namespace OpenTK.Platform.Windows
#endregion
[DllImport("user32.dll")]
public static extern bool IsWindowVisisble(IntPtr intPtr);
#endregion
#region Display settings
@ -1384,8 +1385,6 @@ namespace OpenTK.Platform.Windows
#endregion
#endregion
#endregion
}
#region --- Constants ---