Proper fix for reporting button in drag events to children

This commit is contained in:
Kovid Goyal
2022-04-21 11:41:57 +05:30
parent b76319b7e8
commit 8fcd5e40d4
2 changed files with 8 additions and 4 deletions

View File

@@ -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;