mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
oops
This commit is contained in:
parent
61157e8763
commit
8b099d969f
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ create_os_window(PyObject UNUSED *self, PyObject *args) {
|
|||
glfwMakeContextCurrent(glfw_window);
|
||||
if (x != -1 && y != -1) glfwSetWindowPos(glfw_window, x, y);
|
||||
current_os_window_ctx = glfw_window;
|
||||
glfwSwapInterval(1); // a value of 1 makes mouse selection laggy
|
||||
glfwSwapInterval(0); // a value of 1 makes mouse selection laggy
|
||||
if (is_first_window) {
|
||||
set_dpi_from_os_window(NULL);
|
||||
gl_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue