浏览代码

Corrected comment.

Camilla Berglund 12 年之前
父节点
当前提交
933005a022
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/x11_window.c

+ 1 - 2
src/x11_window.c

@@ -505,8 +505,7 @@ static void processEvent(XEvent *event)
         window = _glfwFindWindowByHandle(event->xany.window);
         if (window == NULL)
         {
-            // This is either an event for a destroyed GLFW window or an event
-            // of a type not currently supported by GLFW
+            // This is an event for a window that has already been destroyed
             return;
         }
     }