| 114 | }; |
| 115 | |
| 116 | static void ErrorCallback_GLFW(int error, const char *description) |
| 117 | { |
| 118 | fprintf(stderr, "GLFW error: %s\n", description); |
| 119 | exit(1); |
| 120 | } |
| 121 | |
| 122 | static void WindowIconifyCallback_GLFW(GLFWwindow *window, int iconified) |
| 123 | { |
nothing calls this directly
no outgoing calls
no test coverage detected