Merge pull request #121 from Systemcluster/patch-1

Declared unnamed typedef structs as their types.
master
Camilla Berglund ago%!(EXTRA string=12 years)
commit 5cf8587269
  1. 4
      include/GLFW/glfw3.h

@ -793,7 +793,7 @@ typedef void (* GLFWmonitorfun)(GLFWmonitor*,int);
*
* @ingroup monitor
*/
typedef struct
typedef struct GLFWvidmode
{
/*! The width, in screen coordinates, of the video mode.
*/
@ -823,7 +823,7 @@ typedef struct
*
* @ingroup monitor
*/
typedef struct
typedef struct GLFWgammaramp
{
/*! An array of value describing the response of the red channel.
*/

Loading…
Cancel
Save