Took care of a couple of warnings.
This commit is contained in:
parent
007bc18d4e
commit
99d516b153
1 changed files with 3 additions and 2 deletions
|
@ -24,11 +24,12 @@ namespace OpenTK.Platform.X11
|
|||
X11Mouse mouseDriver;
|
||||
X11.WindowInfo window;
|
||||
|
||||
XEvent e = new XEvent();
|
||||
//XEvent e = new XEvent();
|
||||
|
||||
Thread pollingThread;
|
||||
|
||||
bool disposed, disposing;
|
||||
bool disposed;
|
||||
bool disposing;
|
||||
|
||||
#region --- Constructors ---
|
||||
|
||||
|
|
Loading…
Reference in a new issue