Replaced tabs with spaces.

This commit is contained in:
the_fiddler 2009-07-19 16:09:46 +00:00
parent eb75e708b7
commit f42775f482
2 changed files with 51 additions and 52 deletions

View file

@ -17,8 +17,7 @@ using OpenTK.Graphics;
namespace OpenTK.Platform.X11 namespace OpenTK.Platform.X11
{ {
class X11GraphicsMode : IGraphicsMode class X11GraphicsMode : IGraphicsMode
{ { // Todo: Add custom visual selection algorithm, instead of ChooseFBConfig/ChooseVisual.
// Todo: Add custom visual selection algorithm, instead of ChooseFBConfig/ChooseVisual.
// It seems the Choose* methods do not take multisampling into account (at least on some // It seems the Choose* methods do not take multisampling into account (at least on some
// drivers). // drivers).