]> code.delx.au - gnu-emacs/commit
Handle an opaque-move X11 window manager operation more efficiently.
authorKen Raeburn <raeburn@raeburn.org>
Sat, 10 Oct 2015 07:26:42 +0000 (03:26 -0400)
committerKen Raeburn <raeburn@raeburn.org>
Sun, 11 Oct 2015 05:15:25 +0000 (01:15 -0400)
commitce402dd77fe39c3a6d968e23d7a4a20f2b04ccf0
tree2d47ffff86a201eee5fa6c48386d2fc85fb30045
parentec2d99026ff2f928b0669da2c2cf909b62aeb6c1
Handle an opaque-move X11 window manager operation more efficiently.

* src/xterm.c (handle_one_xevent): If a ConfigureNotify event is
followed by more ConfigureNotify events for the same window, process
only the last one.
src/xterm.c