Merge branch 'master' of ssh://glfw.git.sourceforge.net/gitroot/glfw/glfw

This commit is contained in:
Camilla Berglund
2010-09-20 01:38:23 +02:00
7 changed files with 51 additions and 54 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ typedef void (* GLFWcharfun)(GLFWwindow,int);
* Prototypes
*************************************************************************/
/* GLFW initialization, termination and version querying */
/* Initialization, termination and version querying */
GLFWAPI int glfwInit(void);
GLFWAPI void glfwTerminate(void);
GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev);