Merge branch 'master' into multi-monitor

Conflicts:
	include/GL/glfw3.h
	readme.html
	src/fullscreen.c
	src/internal.h
	src/window.c
	src/x11_fullscreen.c
This commit is contained in:
Camilla Berglund
2012-12-31 21:13:10 +01:00
44 changed files with 321 additions and 316 deletions
+2 -2
View File
@@ -97,10 +97,10 @@ static const char* getErrorString(int error)
//////////////////////////////////////////////////////////////////////////
//========================================================================
// Sets the current error value
// Register error
//========================================================================
void _glfwSetError(int error, const char* format, ...)
void _glfwInputError(int error, const char* format, ...)
{
if (_glfwErrorCallback)
{