tiling drag: left-click needs threshold, mod-click doesn’t

related to https://github.com/i3/i3/issues/5155
This commit is contained in:
Michael Stapelberg
2022-10-16 17:21:01 +02:00
committed by Michael Stapelberg
parent 6479cb7deb
commit 2ba393f084
3 changed files with 6 additions and 5 deletions

View File

@ -13,4 +13,4 @@
* Initiates a mouse drag operation on a tiled window.
*
*/
void tiling_drag(Con *con, xcb_button_press_event_t *event);
void tiling_drag(Con *con, xcb_button_press_event_t *event, bool use_threshold);