mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 08:25:37 +00:00
Took care of a couple of warnings.
This commit is contained in:
parent
9587321f10
commit
db6b583030
|
@ -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