mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Comment fixes.
This commit is contained in:
parent
867e747add
commit
8d8eb0c4d5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user