mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-22 16:37:55 +00:00
Deleted X11/X11WindowInfo.cs It is now called X11/WindowInfo.cs
This commit is contained in:
parent
b630d84add
commit
a581ee102a
|
@ -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