浏览代码

Quartz lies.

Camilla Berglund 12 年之前
父节点
当前提交
95835af0ac
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/GLFW/glfw3.h

+ 2 - 2
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.