mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 23:43:15 +00:00
Comment fixes.
This commit is contained in:
+2
-1
@@ -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