mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
3
glfw/window.c
vendored
3
glfw/window.c
vendored
@@ -291,7 +291,8 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height,
|
||||
}
|
||||
}
|
||||
|
||||
_glfwPlatformSetWindowMousePassthrough(window, wndconfig.mousePassthrough);
|
||||
if (wndconfig.mousePassthrough)
|
||||
_glfwPlatformSetWindowMousePassthrough(window, true);
|
||||
|
||||
return (GLFWwindow*) window;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user