mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Add SPDX identifiers
This commit is contained in:
parent
ff75b4cd26
commit
e227de1346
26 changed files with 26 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ is_within_resistance_range(struct edges view, struct edges target,
|
|||
{
|
||||
if (view.left >= other.left && target.left < other.left
|
||||
&& target.left >= other.left - strength) {
|
||||
flags->left = 1;
|
||||
flags->left = 1;
|
||||
} else if (view.right <= other.right && target.right > other.right
|
||||
&& target.right <= other.right + strength) {
|
||||
flags->right = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue