Merge pull request #123 from thefiddler/eglfix
authorthefiddler <stapostol@gmail.com>
Mon, 19 May 2014 21:14:41 +0000 (23:14 +0200)
committerthefiddler <stapostol@gmail.com>
Mon, 19 May 2014 21:14:41 +0000 (23:14 +0200)
[EGL] Fix initialization and extension loading

1  2 
Source/OpenTK/OpenTK.csproj
Source/OpenTK/Platform/X11/X11Factory.cs

Simple merge
@@@ -94,14 -76,9 +94,9 @@@ namespace OpenTK.Platform.X1
              };
          }
  
-         public override IGraphicsMode CreateGraphicsMode()
-         {
-             throw new NotSupportedException();
-         }
          public override IKeyboardDriver2 CreateKeyboardDriver()
          {
 -            return new X11Keyboard();
 +            return InputDriver.KeyboardDriver;
          }
  
          public override IMouseDriver2 CreateMouseDriver()