mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
resistance: only resist "entry" into another window space
This commit is contained in:
parent
2262851237
commit
8a0f1f9355
4 changed files with 33 additions and 26 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
static void
|
||||
check_edge(int *next, struct edge current, struct edge target,
|
||||
struct edge oppose, struct edge align)
|
||||
struct edge oppose, struct edge align, bool lesser)
|
||||
{
|
||||
int cur = current.offset;
|
||||
int tgt = target.offset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue