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)
commit3a800fb61f7acb701a7b7876aee352aef9769e9e
treecd36db835a292d9492d0f4743a70f8dc59512672
parent80b8e236200f48451c9c1688b926095fb51affe4
moved GLControl to src folder
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]