We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468582e commit 2b6eb54Copy full SHA for 2b6eb54
kool-core/src/desktopMain/kotlin/de/fabmax/kool/platform/glfw/GlfwWindowSubsystem.kt
@@ -78,10 +78,6 @@ object GlfwWindowSubsystem : WindowSubsystem {
78
System.setProperty("java.awt.headless", "true")
79
}
80
81
- if (glfwPlatformSupported(GLFW_PLATFORM_WAYLAND)) {
82
- glfwInitHint(GLFW_PLATFORM, GLFW_PLATFORM_WAYLAND)
83
- }
84
-
85
GLFWErrorCallback.createPrint(System.err).set()
86
check(glfwInit()) { "Unable to initialize GLFW" }
87
0 commit comments