mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Comment fixes.
This commit is contained in:
parent
867e747add
commit
8d8eb0c4d5
@ -368,9 +368,10 @@ extern "C" {
|
|||||||
* Typedefs
|
* Typedefs
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
|
/* Window handle type */
|
||||||
typedef struct _GLFWwindow* GLFWwindow;
|
typedef struct _GLFWwindow* GLFWwindow;
|
||||||
|
|
||||||
/* The video mode structure used by glfwGetVideoModes() */
|
/* The video mode structure used by glfwGetVideoModes */
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
int width;
|
int width;
|
||||||
|
Loading…
Reference in New Issue
Block a user