]> git.eshelyaron.com Git - emacs.git/commit
Improve handling of xsettings events
authorPo Lu <luangruo@yahoo.com>
Mon, 1 Aug 2022 11:00:48 +0000 (19:00 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 1 Aug 2022 11:01:37 +0000 (19:01 +0800)
commite976a935f8c1e6a300d6b537c6853d57bd236094
treeef2bf89b855997a738dc6c356d934aef17aa7e54
parent89fbcbb907edc8679ae61b030ae0bfb5323dce60
Improve handling of xsettings events

* src/xsettings.c (xft_settings_event):
* src/xsettings.h: Return if the event was handled.
* src/xterm.c (handle_one_xevent): If it was, don't handle the
event any further.
src/xsettings.c
src/xsettings.h
src/xterm.c