mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
Rename <snapping><dragResistance> to <resistance><unSnapThreshold>
As we already have <resistance><{screen,window}EdgeStrength>,
<resistance> will be a better place for this setting.
This commit is contained in:
parent
dc387f7765
commit
670cc0f511
7 changed files with 16 additions and 16 deletions
|
|
@ -236,7 +236,7 @@ process_cursor_move(struct server *server, uint32_t time)
|
|||
|
||||
/*
|
||||
* Un-tile the view when interactive move is delayed and the distance
|
||||
* of cursor movement exceeds <snapping><dragResistance>.
|
||||
* of cursor movement exceeds <resistance><unSnapThreshold>.
|
||||
*/
|
||||
if (server->move_pending && !interactive_move_tiled_view_to(
|
||||
server, server->grabbed_view, &server->grab_box)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue