]> git.eshelyaron.com Git - emacs.git/commit
Grab the server when warping the client pointer
authorPo Lu <luangruo@yahoo.com>
Fri, 24 Dec 2021 06:22:21 +0000 (14:22 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 24 Dec 2021 06:23:23 +0000 (14:23 +0800)
commit965b8b0fad617a6a1050ca850567726cb7197694
treeb13f82be1d8786db4079968834d1d75fd313d30a
parent6a17bb48798bf88458d43e7417e64d2efd74494b
Grab the server when warping the client pointer

* src/xfns.c (Fx_set_mouse_absolute_pixel_position):
* src/xterm.c (x_make_frame_invisible): Avoid race conditions
where the client pointer is destroyed between when it is
obtained and when XIWarpPointer is called.
src/xfns.c
src/xterm.c