]> git.eshelyaron.com Git - emacs.git/commit
Don't loop through useless region when searching for DND toplevel
authorPo Lu <luangruo@yahoo.com>
Tue, 29 Mar 2022 01:08:22 +0000 (09:08 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 29 Mar 2022 01:08:22 +0000 (09:08 +0800)
commitd96db7b2e8c35ec2970d12c96e2328b684626f24
tree0e85e2c8c835de8eabbe1d2b32df62a3fa45a953
parent935cc42795686710f82b8928b6802f20be8f27c0
Don't loop through useless region when searching for DND toplevel

* src/xterm.c (x_dnd_compute_toplevels): Optimize for the
bounding rect being the window dimensions.
src/xterm.c