mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 09:55:31 +00:00
Fixed a warning.
This commit is contained in:
parent
50733e421d
commit
e932f8e162
|
@ -91,6 +91,7 @@ namespace OpenTK.Platform.X11
|
|||
|
||||
private void InternalPoll()
|
||||
{
|
||||
/*
|
||||
try
|
||||
{
|
||||
//while (!disposed)
|
||||
|
@ -133,6 +134,7 @@ namespace OpenTK.Platform.X11
|
|||
Functions.XDestroyWindow(window.Display, window.Handle);
|
||||
return;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
internal void ProcessEvent(ref XEvent e)
|
||||
|
|
Loading…
Reference in a new issue