|
|
|
@ -256,7 +256,6 @@ struct _GLFWwndconfig |
|
|
|
|
GLFWbool maximized; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*! @brief Context configuration.
|
|
|
|
|
* |
|
|
|
|
* Parameters relating to the creation of the context but not directly related |
|
|
|
@ -278,7 +277,6 @@ struct _GLFWctxconfig |
|
|
|
|
_GLFWwindow* share; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*! @brief Framebuffer configuration.
|
|
|
|
|
* |
|
|
|
|
* This describes buffers and their sizes. It also contains |
|
|
|
@ -307,7 +305,6 @@ struct _GLFWfbconfig |
|
|
|
|
uintptr_t handle; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*! @brief Context structure.
|
|
|
|
|
*/ |
|
|
|
|
struct _GLFWcontext |
|
|
|
@ -337,7 +334,6 @@ struct _GLFWcontext |
|
|
|
|
_GLFW_EGL_CONTEXT_STATE; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*! @brief Window and context structure.
|
|
|
|
|
*/ |
|
|
|
|
struct _GLFWwindow |
|
|
|
@ -391,7 +387,6 @@ struct _GLFWwindow |
|
|
|
|
_GLFW_PLATFORM_WINDOW_STATE; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*! @brief Monitor structure.
|
|
|
|
|
*/ |
|
|
|
|
struct _GLFWmonitor |
|
|
|
@ -415,7 +410,6 @@ struct _GLFWmonitor |
|
|
|
|
_GLFW_PLATFORM_MONITOR_STATE; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*! @brief Cursor structure
|
|
|
|
|
*/ |
|
|
|
|
struct _GLFWcursor |
|
|
|
|