This commit is contained in:
Kovid Goyal 2021-06-10 16:53:27 +05:30
parent 199685a25b
commit ad5d14c672
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -678,7 +678,7 @@ mouse_event(int button, int modifiers, int action) {
handle_event(w, button, modifiers, window_idx); handle_event(w, button, modifiers, window_idx);
clamp_to_window = false; clamp_to_window = false;
} else debug("no window for event\n"); } else debug("no window for event\n");
} } else debug("\n");
if (mouse_cursor_shape != old_cursor) { if (mouse_cursor_shape != old_cursor) {
set_mouse_cursor(mouse_cursor_shape); set_mouse_cursor(mouse_cursor_shape);
} }