mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:25:30 +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();
|
//XEvent e = new XEvent();
|
||||||
|
|
||||||
Thread pollingThread;
|
Thread pollingThread = null;
|
||||||
|
|
||||||
bool disposed;
|
bool disposed;
|
||||||
bool disposing;
|
bool disposing = false;
|
||||||
|
|
||||||
#region --- Constructors ---
|
#region --- Constructors ---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue