about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--event.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/event.c b/event.c
index c66aa72..cfe2d2a 100644
--- a/event.c
+++ b/event.c
@@ -82,6 +82,8 @@ resizemouse(Client *c) {
 		switch(ev.type) {
 		case ButtonRelease:
 			resize(c, True);
+			XWarpPointer(dpy, None, c->win, 0, 0, 0, 0,
+					c->w + c->border - 1, c->h + c->border - 1);
 			XUngrabPointer(dpy, CurrentTime);
 			return;
 		case ConfigureRequest:
23:39:51 -0700 committer Kartik Agaram <vc@akkartik.com> 2019-07-03 23:51:33 -0700 .' href='/akkartik/mu/commit/subx/run_one_test.sh?h=hlt&id=85cc81a5fb7a7faa7eb40a141d9ed7e840b3f24a'>85cc81a5 ^
fd91f7f6 ^
85cc81a5 ^

edac54a3 ^
749d455a ^
eada7e30 ^
edac54a3 ^


5ac07866 ^
01b6cfe4 ^
ab107e18 ^
0bcfe6e5 ^
d260b017 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24