mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Internal header cleanup.
This commit is contained in:
+2
-2
@@ -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
|
||||
//========================================================================
|
||||
|
||||
Reference in New Issue
Block a user