Deleted X11/X11WindowInfo.cs It is now called X11/WindowInfo.cs

This commit is contained in:
the_fiddler 2007-08-05 13:45:39 +00:00
parent b630d84add
commit a581ee102a

View file

@ -1,15 +0,0 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Platform.X11
{
public class X11WindowInfo : IWindowInfo
{
public IntPtr RootWindow;
public IntPtr Window;
public IntPtr TopLevelWindow;
public IntPtr Display;
public int Screen;
}
}