Quartz lies.

This commit is contained in:
Camilla Berglund 2013-05-30 13:53:25 +02:00
parent 525b4151f0
commit 95835af0ac

View File

@ -787,10 +787,10 @@ typedef void (* GLFWmonitorfun)(GLFWmonitor*,int);
*/ */
typedef struct typedef struct
{ {
/*! The width, in pixels, of the video mode. /*! The width, in screen coordinates, of the video mode.
*/ */
int width; int width;
/*! The height, in pixels, of the video mode. /*! The height, in screen coordinates, of the video mode.
*/ */
int height; int height;
/*! The bit depth of the red channel of the video mode. /*! The bit depth of the red channel of the video mode.