mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
less OpenTK warnings
This commit is contained in:
parent
f680bd0706
commit
73d4cf227e
2 changed files with 2 additions and 3 deletions
|
@ -67,8 +67,5 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="app.config" />
|
<None Include="app.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<Content Include="ProfilingSessions\Session20170207_155444.sdps" />
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
||||||
</Project>
|
</Project>
|
|
@ -183,6 +183,7 @@ namespace OpenTK.Platform.Windows {
|
||||||
internal const int DISP_CHANGE_FAILED = -1;
|
internal const int DISP_CHANGE_FAILED = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pragma warning disable 0649
|
||||||
internal struct CreateStruct {
|
internal struct CreateStruct {
|
||||||
internal IntPtr lpCreateParams;
|
internal IntPtr lpCreateParams;
|
||||||
internal IntPtr hInstance;
|
internal IntPtr hInstance;
|
||||||
|
@ -204,6 +205,7 @@ namespace OpenTK.Platform.Windows {
|
||||||
public WindowStyle Old;
|
public WindowStyle Old;
|
||||||
public WindowStyle New;
|
public WindowStyle New;
|
||||||
}
|
}
|
||||||
|
#pragma warning restore 0649
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
internal struct PixelFormatDescriptor {
|
internal struct PixelFormatDescriptor {
|
||||||
|
|
Loading…
Reference in a new issue