Added formatting to error string.

This commit is contained in:
Camilla Berglund
2012-08-02 15:13:57 +02:00
parent 208377d08e
commit ba941b2fc8
2 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ void _glfwPlatformCopyContext(_GLFWwindow* src, _GLFWwindow* dst, unsigned long
void _glfwSplitBPP(int bpp, int* red, int* green, int* blue);
// Error handling (error.c)
void _glfwSetError(int error, const char* description);
void _glfwSetError(int error, const char* format, ...);
// Window management (window.c)
void _glfwSetDefaultWindowHints(void);