This commit is contained in:
2025-09-28 16:56:21 +02:00
parent fb071f95b4
commit 6905d0017d
6 changed files with 22 additions and 35 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ static void init_glfw(void (*error_callback)(int, const char *)) {
exit(EXIT_FAILURE);
}
log_info("[GLFS] Initialized...");
log_info("[GLFW] Initialized...");
}
static GLFWmonitor *get_monitor(unsigned char monitor_index) {