mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -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>
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="ProfilingSessions\Session20170207_155444.sdps" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
||||
</Project>
|
|
@ -183,6 +183,7 @@ namespace OpenTK.Platform.Windows {
|
|||
internal const int DISP_CHANGE_FAILED = -1;
|
||||
}
|
||||
|
||||
#pragma warning disable 0649
|
||||
internal struct CreateStruct {
|
||||
internal IntPtr lpCreateParams;
|
||||
internal IntPtr hInstance;
|
||||
|
@ -204,6 +205,7 @@ namespace OpenTK.Platform.Windows {
|
|||
public WindowStyle Old;
|
||||
public WindowStyle New;
|
||||
}
|
||||
#pragma warning restore 0649
|
||||
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct PixelFormatDescriptor {
|
||||
|
|
Loading…
Reference in a new issue