]> git.eshelyaron.com Git - emacs.git/commit
Avoid disabling device multiple times while handling XI attachment events
authorPo Lu <luangruo@yahoo.com>
Wed, 17 Aug 2022 02:20:25 +0000 (10:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 17 Aug 2022 02:20:25 +0000 (10:20 +0800)
commited9adafc0bdcfc2c79534282f888df3b250db329
treea46720f5e3cab61ad12f8037eb2ef1ddbae940c8
parentb24f7667ad686093c2b013bc58e2f1234d7487fd
Avoid disabling device multiple times while handling XI attachment events

* src/xterm.c (handle_one_xevent): Avoid disabling devices if we
notice it has been disabled while handling XISlaveDetached or
XISlaveAttached.
src/xterm.c