mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
Fix horizontal wheel events not being reported to client programs when they grab the mouse
Fixes #2819
This commit is contained in:
@@ -78,7 +78,7 @@ typedef struct {
|
||||
PyObject_HEAD
|
||||
|
||||
unsigned int columns, lines, margin_top, margin_bottom, charset, scrolled_by;
|
||||
double pending_scroll_pixels;
|
||||
double pending_scroll_pixels_x, pending_scroll_pixels_y;
|
||||
CellPixelSize cell_size;
|
||||
OverlayLine overlay_line;
|
||||
id_type window_id;
|
||||
|
||||
Reference in New Issue
Block a user