Took care of a couple of warnings.

This commit is contained in:
the_fiddler 2007-10-26 15:51:07 +00:00
parent 007bc18d4e
commit 99d516b153

View file

@ -24,11 +24,12 @@ namespace OpenTK.Platform.X11
X11Mouse mouseDriver; X11Mouse mouseDriver;
X11.WindowInfo window; X11.WindowInfo window;
XEvent e = new XEvent(); //XEvent e = new XEvent();
Thread pollingThread; Thread pollingThread;
bool disposed, disposing; bool disposed;
bool disposing;
#region --- Constructors --- #region --- Constructors ---