Internal header cleanup.

This commit is contained in:
Camilla Berglund
2014-09-02 19:42:43 +02:00
parent c85294e0b2
commit f8d80a936f
17 changed files with 113 additions and 229 deletions
+2 -2
View File
@@ -135,7 +135,7 @@ typedef struct _GLFWcursor _GLFWcursor;
//========================================================================
// Internal types
// Platform-independent structures
//========================================================================
/*! @brief Window configuration.
@@ -298,7 +298,6 @@ struct _GLFWmonitor
/*! @brief Cursor structure
*/
struct _GLFWcursor
{
_GLFWcursor* next;
@@ -628,6 +627,7 @@ void _glfwPlatformDestroyCursor(_GLFWcursor* cursor);
*/
void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor);
//========================================================================
// Event API functions
//========================================================================