Create X11/X11XrandrDisplayDevice on X11 platforms.

This commit is contained in:
the_fiddler 2008-01-25 10:01:46 +00:00
parent eabee7c147
commit 96b38b95f4

View file

@ -43,7 +43,7 @@ namespace OpenTK.Graphics
{ {
case PlatformID.Unix: case PlatformID.Unix:
case (PlatformID)128: case (PlatformID)128:
implementation = null; implementation = new OpenTK.Platform.X11.X11XrandrDisplayDevice();
break; break;
default: default: