Camilla Löwy 8 ani în urmă
părinte
comite
ea46ea0929
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 0
      README.md
  2. 1 1
      include/GLFW/glfw3.h

+ 1 - 0
README.md

@@ -139,6 +139,7 @@ information on what to include when reporting a bug.
 - Added `glfwRequestWindowAttention` function for requesting attention from the
   user (#732,#988)
 - Added `glfwDragWindow` function for starting a drag operation on a window
+  (#987)
 - Added `glfwGetKeyScancode` function that allows retrieving platform dependent
   scancodes for keys (#830)
 - Added `glfwSetWindowMaximizeCallback` and `GLFWwindowmaximizefun` for

+ 1 - 1
include/GLFW/glfw3.h

@@ -2938,7 +2938,7 @@ GLFWAPI void glfwFocusWindow(GLFWwindow* window);
  *
  *  @sa @ref window_drag
  *
- *  @since Added in version 3.2.
+ *  @since Added in version 3.3.
  *
  *  @ingroup window
  */