mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 10:41:11 +00:00
Fixed a warning.
This commit is contained in:
parent
b9cd62e372
commit
b8ce1d4818
|
@ -91,6 +91,7 @@ namespace OpenTK.Platform.X11
|
||||||
|
|
||||||
private void InternalPoll()
|
private void InternalPoll()
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
//while (!disposed)
|
//while (!disposed)
|
||||||
|
@ -133,6 +134,7 @@ namespace OpenTK.Platform.X11
|
||||||
Functions.XDestroyWindow(window.Display, window.Handle);
|
Functions.XDestroyWindow(window.Display, window.Handle);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
internal void ProcessEvent(ref XEvent e)
|
internal void ProcessEvent(ref XEvent e)
|
||||||
|
|
Loading…
Reference in a new issue