mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 22:44:50 +02:00
Proper fix for reporting button in drag events to children
This commit is contained in:
@@ -233,7 +233,7 @@ typedef struct {
|
||||
bool check_for_active_animated_images;
|
||||
struct { double x, y; } default_dpi;
|
||||
id_type active_drag_in_window, tracked_drag_in_window;
|
||||
int active_drag_button;
|
||||
int active_drag_button, tracked_drag_button;
|
||||
CloseRequest quit_request;
|
||||
bool redirect_mouse_handling;
|
||||
WindowLogoTable *all_window_logos;
|
||||
|
||||
Reference in New Issue
Block a user