Moved error handling to init module.

This commit is contained in:
Camilla Berglund
2012-08-26 18:49:39 +02:00
parent 85ca7ee184
commit bd5ff15769
3 changed files with 114 additions and 150 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ include_directories(${GLFW_SOURCE_DIR}/src
${glfw_INCLUDE_DIRS})
set(common_HEADERS ${GLFW_SOURCE_DIR}/include/GL/glfw3.h internal.h)
set(common_SOURCES clipboard.c error.c fullscreen.c gamma.c init.c input.c
set(common_SOURCES clipboard.c fullscreen.c gamma.c init.c input.c
joystick.c opengl.c time.c window.c)
if (_GLFW_COCOA_NSGL)