Added error management from pre-3.0 branch.

This commit is contained in:
Camilla Berglund
2010-09-09 21:06:59 +02:00
parent 1723c4af07
commit f5d74c4f9a
4 changed files with 113 additions and 0 deletions
+3
View File
@@ -231,6 +231,9 @@ GLFWGLOBAL _GLFWlibrary _glfwLibrary;
int _glfwPlatformInit(void);
int _glfwPlatformTerminate(void);
// Error handling
void _glfwSetError(int error);
// Enable/Disable
void _glfwPlatformEnableSystemKeys(_GLFWwindow* window);
void _glfwPlatformDisableSystemKeys(_GLFWwindow* window);