tiling drag: left-click needs threshold, mod-click doesn’t
related to https://github.com/i3/i3/issues/5155
This commit is contained in:
committed by
Michael Stapelberg
parent
6479cb7deb
commit
2ba393f084
@ -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);
|
||||
|
Reference in New Issue
Block a user