From 4549665e082e1748a500d37f5166ef907f3187a7 Mon Sep 17 00:00:00 2001 From: Bruno Herbelin Date: Thu, 9 Jan 2025 19:51:35 +0100 Subject: [PATCH] oops --- src/RenderingManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RenderingManager.cpp b/src/RenderingManager.cpp index fda9a7f..a8e63b6 100644 --- a/src/RenderingManager.cpp +++ b/src/RenderingManager.cpp @@ -338,7 +338,7 @@ bool Rendering::init() return false; } -#if GLFW_VERSION_MAJOR > 2 && GLFW_VERSION_MINOR > 2 +#if GLFW_VERSION_MAJOR > 2 && GLFW_VERSION_MINOR > 3 wayland_ = glfwGetPlatform() == GLFW_PLATFORM_WAYLAND; if (wayland_) Log::Info("Warning: some features are not available with WAYLAND window manager and framerate might be slow. Vimix prefers X11 window manager.");