Removed some warnings.

This commit is contained in:
the_fiddler 2007-11-06 13:37:04 +00:00
parent 092eb36a07
commit 8efe76ca92

View file

@ -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 ---