diff --git a/include/utils/Window/WindowGLFW/WindowGLFW.h b/include/utils/Window/WindowGLFW/WindowGLFW.h index 2327ce2..38ab4c3 100644 --- a/include/utils/Window/WindowGLFW/WindowGLFW.h +++ b/include/utils/Window/WindowGLFW/WindowGLFW.h @@ -7,6 +7,7 @@ #include "utils/Window/WindowEvents.h" +#define GLFW_INCLUDE_NONE #include @@ -20,8 +21,9 @@ namespace Archimedes { WindowGLFW(Window* p, const std::function& sendEvent) { - if(glfwPlatformSupported(GLFW_PLATFORM_WAYLAND)) + /*if(glfwPlatformSupported(GLFW_PLATFORM_WAYLAND)) { glfwInitHint(GLFW_PLATFORM, GLFW_PLATFORM_WAYLAND); + }*/ data.window = p;