mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05: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
|
|
@ -124,6 +124,7 @@ struct rcxml {
|
|||
/* resistance */
|
||||
int screen_edge_strength;
|
||||
int window_edge_strength;
|
||||
int unsnap_threshold;
|
||||
|
||||
/* window snapping */
|
||||
int snap_edge_range;
|
||||
|
|
@ -132,7 +133,6 @@ struct rcxml {
|
|||
int snap_overlay_delay_outer;
|
||||
bool snap_top_maximize;
|
||||
enum tiling_events_mode snap_tiling_events_mode;
|
||||
int snap_drag_resistance;
|
||||
|
||||
enum resize_indicator_mode resize_indicator;
|
||||
bool resize_draw_contents;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue