Removed some warnings.
This commit is contained in:
parent
8d8842ea62
commit
bf939a4e10
1 changed files with 2 additions and 2 deletions
|
@ -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