Removed duplicate structures, and set to use already existing ones.
This commit is contained in:
parent
f5acd206d7
commit
ed53933e4d
2 changed files with 1 additions and 3 deletions
|
@ -144,9 +144,6 @@
|
|||
<Compile Include="GLWidget.cs" />
|
||||
<Compile Include="Win\WinWindowsInfoInitializer.cs" />
|
||||
<Compile Include="X11\GLXAttribute.cs" />
|
||||
<Compile Include="X11\XVisualClass.cs" />
|
||||
<Compile Include="X11\XVisualInfo.cs" />
|
||||
<Compile Include="X11\XVisualInfoMask.cs" />
|
||||
<Compile Include="X11\XWindowInfoInitializer.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -31,6 +31,7 @@ using System.Runtime.InteropServices;
|
|||
using System.Security;
|
||||
using OpenTK.Graphics;
|
||||
using OpenTK.Platform;
|
||||
using OpenTK.Platform.X11;
|
||||
|
||||
namespace OpenTK.X11
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue