Renamed window hint reset function for clarity.

This commit is contained in:
Camilla Berglund
2011-03-07 14:16:31 +01:00
parent 3d82683177
commit 0f481cb09d
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ void _glfwSplitBPP(int bpp, int* red, int* green, int* blue);
void _glfwSetError(int error, const char* description);
// Window management (window.c)
void _glfwClearWindowHints(void);
void _glfwSetDefaultWindowHints(void);
// Input handling (window.c)
void _glfwInputKey(_GLFWwindow* window, int key, int action);