Comment fixes.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent 867e747add
commit 8d8eb0c4d5
  1. 3
      include/GL/glfw3.h

@ -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…
Cancel
Save