]> git.eshelyaron.com Git - emacs.git/commit
Fix user time handling bug on GNOME Shell and Metacity
authorPo Lu <luangruo@yahoo.com>
Sun, 9 Oct 2022 11:58:07 +0000 (19:58 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 9 Oct 2022 11:58:17 +0000 (19:58 +0800)
commit22374f21229da6052a4d8f13916c79515dddf4f1
treee47754c56b57dc1895b136f76c50111af1268927
parenta2dd9d683a02525183b5e692e42622c65639dda8
Fix user time handling bug on GNOME Shell and Metacity

* src/xfns.c (x_window): Avoid extraneous
XChangeWindowAttributes.
* src/xterm.c (x_display_set_last_user_time): New argument
SET_PROPERTY.  Do not change the user time property if it is not
true.  All callers changed.
(handle_one_xevent): Avoid setting the user time property on
LeaveNotify and XI_Leave events.
src/xfns.c
src/xterm.c