mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Merge branch 'upstream' of https://github.com/irisjae/kitty
This commit is contained in:
commit
a9e155cb3e
1 changed files with 1 additions and 0 deletions
|
|
@ -1938,6 +1938,7 @@ set_os_window_title(OSWindow *w, const char *title) {
|
|||
void
|
||||
hide_mouse(OSWindow *w) {
|
||||
glfwSetInputMode(w->handle, GLFW_CURSOR, GLFW_CURSOR_HIDDEN);
|
||||
w->mouse_activate_deadline = -1;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue