mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Allow error callback to be set before glfwInit.
This commit is contained in:
@@ -226,7 +226,6 @@ struct _GLFWlibrary
|
||||
_GLFWwindow* currentWindow;
|
||||
_GLFWwindow* activeWindow;
|
||||
|
||||
GLFWerrorfun errorCallback;
|
||||
GLFWwindowsizefun windowSizeCallback;
|
||||
GLFWwindowclosefun windowCloseCallback;
|
||||
GLFWwindowrefreshfun windowRefreshCallback;
|
||||
|
||||
Reference in New Issue
Block a user