mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Quartz lies.
This commit is contained in:
parent
525b4151f0
commit
95835af0ac
@ -787,10 +787,10 @@ typedef void (* GLFWmonitorfun)(GLFWmonitor*,int);
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
/*! The width, in pixels, of the video mode.
|
||||
/*! The width, in screen coordinates, of the video mode.
|
||||
*/
|
||||
int width;
|
||||
/*! The height, in pixels, of the video mode.
|
||||
/*! The height, in screen coordinates, of the video mode.
|
||||
*/
|
||||
int height;
|
||||
/*! The bit depth of the red channel of the video mode.
|
||||
|
Loading…
Reference in New Issue
Block a user