]> O.S.I.I.S - jp/crow.git/commit
restructured classes for Linux platform
authorjpbruyere <jp.bruyere@hotmail.com>
Wed, 17 May 2017 14:59:57 +0000 (16:59 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Wed, 17 May 2017 14:59:57 +0000 (16:59 +0200)
commit60d85ba884344aa4ad638a724f11d48af758e367
treea397983e5da1f2938433c8fd5d50a12b86d44f2b
parent5a2b326a161e9e6444e6513d3e66f188a37c7a85
restructured classes for Linux platform
36 files changed:
Crow.csproj
src/GraphicObjects/Container.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/TemplatedContainer.cs
src/GraphicObjects/TemplatedControl.cs
src/GraphicObjects/TemplatedGroup.cs
src/Interface.cs
src/Mono.Cairo/DRMDevice.cs [new file with mode: 0644]
src/Mono.Cairo/DRMSurface.cs [new file with mode: 0644]
src/Mono.Cairo/NativeMethods.cs
testDrm/src/Application.cs
testDrm/src/DRMContext.cs
testDrm/src/Egl/Context.cs [new file with mode: 0644]
testDrm/src/Egl/EGL.cs [new file with mode: 0644]
testDrm/src/Egl/Surface.cs [new file with mode: 0644]
testDrm/src/Linux/Bindings/Egl.cs
testDrm/src/Linux/Bindings/Evdev.cs
testDrm/src/Linux/Bindings/Gbm.cs
testDrm/src/Linux/Bindings/LibInput.cs
testDrm/src/Linux/Bindings/Libc.cs
testDrm/src/Linux/Bindings/Poll.cs
testDrm/src/Linux/DRI.cs [new file with mode: 0644]
testDrm/src/Linux/DRI/Connector.cs [new file with mode: 0644]
testDrm/src/Linux/DRI/Crtc.cs [new file with mode: 0644]
testDrm/src/Linux/DRI/Encoder.cs [new file with mode: 0644]
testDrm/src/Linux/DRI/Plane.cs [new file with mode: 0644]
testDrm/src/Linux/DRI/Resources.cs [new file with mode: 0644]
testDrm/src/Linux/DRM.cs [deleted file]
testDrm/src/Linux/GBM/BufferObject.cs [new file with mode: 0644]
testDrm/src/Linux/GBM/Device.cs [new file with mode: 0644]
testDrm/src/Linux/GBM/Surface.cs [new file with mode: 0644]
testDrm/src/Linux/VT.cs
testDrm/testDrm.csproj
testDrm/tests.cs
testDrm/ui/menu.crow