From e07823232716f5159239f9215ca3cbadbfa14f9e Mon Sep 17 00:00:00 2001 From: Randy Taylor Date: Mon, 17 Oct 2022 21:29:30 -0400 Subject: [PATCH] ; * src/xterm.c (mark_xterm): Fix x11 with i18n build --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 7c3ab87e87..3075b5af23 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -30281,7 +30281,7 @@ mark_xterm (void) { Lisp_Object val; #if defined HAVE_XINPUT2 || defined USE_TOOLKIT_SCROLL_BARS \ - || defined HAVE_XRANDR || defined USE_GTK + || defined HAVE_XRANDR || defined USE_GTK || defined HAVE_X_I18N struct x_display_info *dpyinfo; #if defined HAVE_XINPUT2 || defined USE_TOOLKIT_SCROLL_BARS int i; -- 2.38.0