Deleted X11/X11WindowInfo.cs It is now called X11/WindowInfo.cs
This commit is contained in:
parent
b630d84add
commit
a581ee102a
1 changed files with 0 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue