mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 02:25:34 +00:00
Deleted X11/X11WindowInfo.cs It is now called X11/WindowInfo.cs
This commit is contained in:
parent
23403362e9
commit
972574dd2c
|
@ -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