]> git.eshelyaron.com Git - emacs.git/commit
Avoid excessive synchronization when initiating drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Sat, 26 Mar 2022 04:14:52 +0000 (12:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 26 Mar 2022 04:14:52 +0000 (12:14 +0800)
commit98952340bd225d34a0f2f5f32a385dda30e87909
tree77437c11adb086cf01a07a73bde83b24ebff0782
parent66f6324a58a9580f8a3f2f53532838c463581999
Avoid excessive synchronization when initiating drag-and-drop

* src/xterm.c (x_dnd_compute_toplevels): Use XCB to get WM
state, attributes, geometry and to translate coordinates.  This
avoids 4 calls to XSync.
src/xterm.c