mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 17:05:37 +00:00
Removed some warnings.
This commit is contained in:
parent
092eb36a07
commit
8efe76ca92
|
@ -26,10 +26,10 @@ namespace OpenTK.Platform.X11
|
|||
|
||||
//XEvent e = new XEvent();
|
||||
|
||||
Thread pollingThread;
|
||||
Thread pollingThread = null;
|
||||
|
||||
bool disposed;
|
||||
bool disposing;
|
||||
bool disposing = false;
|
||||
|
||||
#region --- Constructors ---
|
||||
|
||||
|
|
Loading…
Reference in a new issue