From 395186ffb0328379f7241d43df0f194a4a9e2d76 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 2 Feb 2025 07:10:04 +0100 Subject: [PATCH] another format fix --- core/backends/glfw/backend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/backends/glfw/backend.cpp b/core/backends/glfw/backend.cpp index e2c0028e..cdf0c5c1 100644 --- a/core/backends/glfw/backend.cpp +++ b/core/backends/glfw/backend.cpp @@ -100,7 +100,7 @@ namespace backend { glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, OPENGL_VERSIONS_MAJOR[i]); glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, OPENGL_VERSIONS_MINOR[i]); #if GLFW_VERSION_MAJOR > 3 || (GLFW_VERSION_MAJOR == 3 && GLFW_VERSION_MINOR >= 4) - glfwWindowHintString(GLFW_WAYLAND_APP_ID, "sdrpp"); + glfwWindowHintString(GLFW_WAYLAND_APP_ID, "sdrpp"); #endif // Create window with graphics context