Handle mouse clicks when displaying focus window overlay

This commit is contained in:
Kovid Goyal
2021-10-15 09:55:15 +05:30
parent 3c2e521dd7
commit a16ffcdde2
6 changed files with 75 additions and 9 deletions

View File

@@ -217,6 +217,7 @@ typedef struct {
id_type active_drag_in_window, tracked_drag_in_window;
int active_drag_button;
CloseRequest quit_request;
bool redirect_mouse_handling;
} GlobalState;
extern GlobalState global_state;