From 2fc191f978225291055477f42d2b59afd62b5c75 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 21 Jan 2020 15:50:03 +0000 Subject: Ensure the pointer stays within client bounds after a window 'snap' (to edge). reported by Stefan Hagen. --- kbfunc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kbfunc.c b/kbfunc.c index b171231..e27e707 100644 --- a/kbfunc.c +++ b/kbfunc.c @@ -322,6 +322,7 @@ kbfunc_client_snap(void *ctx, struct cargs *cargs) } } client_move(cc); + client_ptr_inbound(cc, 1); } void -- cgit 1.4.1