Add temporary bits per pixel value (24) for testing purposes.

This commit is contained in:
the_fiddler 2008-01-25 13:58:16 +00:00
parent afb44ac3fe
commit f77e45a829

View file

@ -35,7 +35,7 @@ namespace OpenTK.Platform.X11
Debug.Indent();
for (int count = 0; count < array.Length; count++)
{
resolutions.Add(new DisplayResolution(array[i].Width, array[i].Height, 0, 0));
resolutions.Add(new DisplayResolution(array[i].Width, array[i].Height, 24, 0));
Debug.Print(resolutions[count].ToString());
}
Debug.Unindent();