]> git.eshelyaron.com Git - emacs.git/commit
Fix X errors caused by GTK using newer versions of XI2 than Emacs
authorPo Lu <luangruo@yahoo.com>
Wed, 23 Feb 2022 00:56:06 +0000 (08:56 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 23 Feb 2022 00:56:06 +0000 (08:56 +0800)
commit1f00710ecfac12de12f4a2046b9b66802b8ffac6
tree49ba5903aefdc330f7f47a0ddfd9d71a98c247a6
parentc20e96d186618e7f644188a7f71d5dcb6fa4eaf1
Fix X errors caused by GTK using newer versions of XI2 than Emacs

* src/xterm.c (x_term_init): Handle errors from XIQueryVersion
caused by Emacs requesting versions of XI2 older than 2.2 and
what GTK requested.
src/xterm.c