From 95835af0ac4a1e51e9100eef4dd2cd1bbbb1a829 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 30 May 2013 13:53:25 +0200 Subject: [PATCH] Quartz lies. --- include/GLFW/glfw3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 86342d85..b6bea9a3 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -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.