]> O.S.I.I.S - jp/crow.git/commit
first tests X11Backend
authorjpbruyere <jp.bruyere@hotmail.com>
Fri, 3 Mar 2017 12:45:46 +0000 (13:45 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Fri, 3 Mar 2017 12:45:46 +0000 (13:45 +0100)
commit15b061c9e753c651f7499adaf67a7286a5c9bf5e
tree9672ad76698328b862f1a706d09cf8ad2060f441
parent1f34a1c79707ee635b1025d6e2e78bea0856d1a6
first tests
21 files changed:
Crow.sln
CrowX/CrowWindow.cs [new file with mode: 0644]
CrowX/CrowX.csproj [new file with mode: 0644]
CrowX/HelloWorld.cs [new file with mode: 0644]
CrowX/X11/API.cs [new file with mode: 0644]
CrowX/X11/Bindings/DL.cs [new file with mode: 0644]
CrowX/X11/Bindings/Glx.cs [new file with mode: 0644]
CrowX/X11/Bindings/INotify.cs [new file with mode: 0644]
CrowX/X11/Bindings/XI.cs [new file with mode: 0644]
CrowX/X11/Bindings/Xkb.cs [new file with mode: 0644]
CrowX/X11/Functions.cs [new file with mode: 0644]
CrowX/X11/Structs.cs [new file with mode: 0644]
CrowX/X11/X11DisplayDevice.cs [new file with mode: 0644]
CrowX/X11/X11Input.cs [new file with mode: 0644]
CrowX/X11/X11KeyMap.cs [new file with mode: 0644]
CrowX/X11/X11Keyboard.cs [new file with mode: 0644]
CrowX/X11/X11Mouse.cs [new file with mode: 0644]
CrowX/X11/X11WindowInfo.cs [new file with mode: 0644]
CrowX/X11/XI2Input.cs [new file with mode: 0644]
CrowX/X11/XI2MouseKeyboard.cs [new file with mode: 0644]
Tests/Tests.csproj