Ensure the pointer stays within client bounds after a window 'snap' (to edge).

reported by Stefan Hagen.
This commit is contained in:
okan 2020-01-21 15:50:03 +00:00
parent 781af9c998
commit 2fc191f978
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ kbfunc_client_snap(void *ctx, struct cargs *cargs)
}
}
client_move(cc);
client_ptr_inbound(cc, 1);
}
void