Made character unsigned.

This commit is contained in:
Camilla Berglund
2013-02-25 17:02:28 +01:00
parent dfc48d7170
commit 182e0afe25
4 changed files with 5 additions and 5 deletions

View File

@@ -687,7 +687,7 @@ typedef void (* GLFWkeyfun)(GLFWwindow*,int,int);
*
* @sa glfwSetCharCallback
*/
typedef void (* GLFWcharfun)(GLFWwindow*,int);
typedef void (* GLFWcharfun)(GLFWwindow*,unsigned int);
/*! @brief The function signature for monitor configuration callbacks.
* @param[in] monitor The monitor that was connected or disconnected.