Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/glfw.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ proc glfwGetVersionString*(): cstring {.importc: "glfwGetVersionString".}
## @since Added in version 3.0.
##
## @ingroup init
proc glfwGetError*(description: cstringArray): int32 {.importc: "glfwGetError".}
proc glfwGetError*(description: ptr cstring): int32 {.importc: "glfwGetError".}
## @brief Returns and clears the last error for the calling thread.
##
## This function returns and clears the error code of the last
Expand Down