Renamed GLControl to OpenTK.GLControl
authorvaron <varon@users.noreply.github.com>
Sun, 17 Jul 2016 19:59:59 +0000 (21:59 +0200)
committervaron <varon@users.noreply.github.com>
Sun, 17 Jul 2016 19:59:59 +0000 (21:59 +0200)
17 files changed:
src/OpenTK.GLControl/Agl.cs [moved from src/GLControl/Agl.cs with 100% similarity]
src/OpenTK.GLControl/AglContext.cs [moved from src/GLControl/AglContext.cs with 100% similarity]
src/OpenTK.GLControl/AglGraphicsMode.cs [moved from src/GLControl/AglGraphicsMode.cs with 100% similarity]
src/OpenTK.GLControl/Carbon.cs [moved from src/GLControl/Carbon.cs with 100% similarity]
src/OpenTK.GLControl/CarbonGLControl.cs [moved from src/GLControl/CarbonGLControl.cs with 100% similarity]
src/OpenTK.GLControl/DummyGLControl.cs [moved from src/GLControl/DummyGLControl.cs with 100% similarity]
src/OpenTK.GLControl/GLControl.Designer.cs [moved from src/GLControl/GLControl.Designer.cs with 100% similarity]
src/OpenTK.GLControl/GLControl.cs [moved from src/GLControl/GLControl.cs with 100% similarity]
src/OpenTK.GLControl/GLControl.resx [moved from src/GLControl/GLControl.resx with 100% similarity]
src/OpenTK.GLControl/GLControlFactory.cs [moved from src/GLControl/GLControlFactory.cs with 100% similarity]
src/OpenTK.GLControl/IGLControl.cs [moved from src/GLControl/IGLControl.cs with 100% similarity]
src/OpenTK.GLControl/NS.cs [moved from src/GLControl/NS.cs with 100% similarity]
src/OpenTK.GLControl/OpenTK.GLControl.csproj [moved from src/GLControl/OpenTK.GLControl.csproj with 100% similarity]
src/OpenTK.GLControl/Properties/AssemblyInfo.cs [moved from src/GLControl/Properties/AssemblyInfo.cs with 100% similarity]
src/OpenTK.GLControl/Sdl2GLControl.cs [moved from src/GLControl/Sdl2GLControl.cs with 100% similarity]
src/OpenTK.GLControl/WinGLControl.cs [moved from src/GLControl/WinGLControl.cs with 100% similarity]
src/OpenTK.GLControl/X11GLControl.cs [moved from src/GLControl/X11GLControl.cs with 100% similarity]