mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-22 16:37:55 +00:00
Replaced tabs with spaces.
This commit is contained in:
parent
eb75e708b7
commit
f42775f482
|
@ -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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue