Merge remote-tracking branch 'tikhomirov/osx_joystick'

Conflicts:
	.gitignore
	src/cocoa_init.m
This commit is contained in:
Camilla Berglund
2012-01-29 15:05:58 +01:00
5 changed files with 492 additions and 8 deletions

6
.gitignore vendored
View File

@@ -3,16 +3,20 @@ cmake_install.cmake
CMakeCache.txt
Makefile
cmake_uninstall.cmake
.DS_Store
src/config.h
src/libglfw.pc
src/libglfw.so
src/libglfw.a
src/libglfw.dylib
examples/boing
examples/gears
examples/heightmap
examples/splitview
examples/triangle
examples/wave
examples/*.app
examples/*.exe
tests/accuracy
tests/defaults
tests/dynamic
@@ -29,3 +33,5 @@ tests/reopen
tests/sharing
tests/tearing
tests/windows
tests/*.app
tests/*.exe