aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 82a20ad1a97..7843a46ab25 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -27099,6 +27099,13 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name)
27099 } 27099 }
27100 else 27100 else
27101 x_uncatch_errors_after_check (); 27101 x_uncatch_errors_after_check ();
27102
27103 /* But don't delude ourselves into thinking that we can use
27104 features provided by a version of the input extension that
27105 libXi itself doesn't support. */
27106
27107 if (minor > original_minor)
27108 minor = original_minor;
27102#else 27109#else
27103 if (x_had_errors_p (dpyinfo->display)) 27110 if (x_had_errors_p (dpyinfo->display))
27104 rc = BadRequest; 27111 rc = BadRequest;