]> git.eshelyaron.com Git - emacs.git/commit
Remove excessive synchronization from x_sync_with_move
authorPo Lu <luangruo@yahoo.com>
Thu, 28 Jul 2022 01:25:37 +0000 (09:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 28 Jul 2022 01:25:37 +0000 (09:25 +0800)
commitf720630195357440af179607aa74e8ed14a58e83
treeedc8f0d8267c3da11108aa130fa907f53d16089d
parent9ad5421a62ab2780f1116bc4bbf88b32d4472d64
Remove excessive synchronization from x_sync_with_move

* src/xterm.c (x_sync_with_move): Remove redundant XSync.  The X
server always handles requests in order.
src/xterm.c