Browse Source

Corrected comment.

Camilla Berglund 12 năm trước cách đây
mục cha
commit
933005a022
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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);
         window = _glfwFindWindowByHandle(event->xany.window);
         if (window == NULL)
         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;
             return;
         }
         }
     }
     }