mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 10:51:55 +00:00
parent
805921d6a3
commit
44775e4644
1 changed files with 2 additions and 1 deletions
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue