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

similarity index 100%
rename from Source/GLControl/Agl.cs
rename to src/GLControl/Agl.cs
similarity index 100%
rename from Source/GLControl/NS.cs
rename to src/GLControl/NS.cs