From 96b38b95f43e1785cf913c52ff1a2ae63bf1dd63 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 25 Jan 2008 10:01:46 +0000 Subject: [PATCH] Create X11/X11XrandrDisplayDevice on X11 platforms. --- Source/OpenTK/Graphics/DisplayDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Graphics/DisplayDevice.cs b/Source/OpenTK/Graphics/DisplayDevice.cs index 23f3e0b5..4b5bcd2d 100644 --- a/Source/OpenTK/Graphics/DisplayDevice.cs +++ b/Source/OpenTK/Graphics/DisplayDevice.cs @@ -43,7 +43,7 @@ namespace OpenTK.Graphics { case PlatformID.Unix: case (PlatformID)128: - implementation = null; + implementation = new OpenTK.Platform.X11.X11XrandrDisplayDevice(); break; default: