resistance: only resist "entry" into another window space

This commit is contained in:
Andrew J. Hesford 2024-02-06 11:26:42 -05:00
parent 2262851237
commit 8a0f1f9355
4 changed files with 33 additions and 26 deletions

View file

@ -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;