]> git.eshelyaron.com Git - emacs.git/commit
Fix calls to XKB functions without testing for server support
authorPo Lu <luangruo@yahoo.com>
Fri, 15 Apr 2022 00:55:22 +0000 (08:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 15 Apr 2022 00:55:25 +0000 (08:55 +0800)
commit804d919ac5ca228164bf3a74b3911fa2f946fc7a
tree08687e9a2f01703a0b0e5beac282746444fd6143
parent807682de1e427ec5a9b43e8fb6a4c9befa73fed3
Fix calls to XKB functions without testing for server support

* src/xterm.c (x_dnd_cleanup_drag_and_drop):
(x_dnd_begin_drag_and_drop): Never call XkbSelectEvents if the
X server doesn't have XKB.
src/xterm.c