Don't shadow class field.

This commit is contained in:
the_fiddler 2010-10-28 09:01:43 +00:00
parent 5ff74aa685
commit ec01b1caae

View file

@ -39,7 +39,7 @@ namespace OpenTK.Platform.X11
using (new XLock(API.DefaultDisplay)) using (new XLock(API.DefaultDisplay))
{ {
List<DisplayDevice> devices = new List<DisplayDevice>(); List<DisplayDevice> devices = new List<DisplayDevice>();
bool xinerama_supported = false; xinerama_supported = false;
try try
{ {
xinerama_supported = QueryXinerama(devices); xinerama_supported = QueryXinerama(devices);