1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 10:48:51 -05:00

Comment fix.

This commit is contained in:
Camilla Berglund 2014-05-21 11:19:38 +02:00
parent b91116e2bc
commit 56f0bb8613

View File

@ -141,7 +141,7 @@ typedef struct _GLFWcursor _GLFWcursor;
/*! @brief Window configuration. /*! @brief Window configuration.
* *
* Parameters relating to the creation of the window but not directly related * Parameters relating to the creation of the window but not directly related
* to the framebuffer. This is used to pass context creation parameters from * to the framebuffer. This is used to pass window creation parameters from
* shared code to the platform API. * shared code to the platform API.
*/ */
struct _GLFWwndconfig struct _GLFWwndconfig