mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Comment fixes.
This commit is contained in:
@@ -368,9 +368,10 @@ extern "C" {
|
||||
* Typedefs
|
||||
*************************************************************************/
|
||||
|
||||
/* Window handle type */
|
||||
typedef struct _GLFWwindow* GLFWwindow;
|
||||
|
||||
/* The video mode structure used by glfwGetVideoModes() */
|
||||
/* The video mode structure used by glfwGetVideoModes */
|
||||
typedef struct
|
||||
{
|
||||
int width;
|
||||
|
||||
Reference in New Issue
Block a user