From 620f18c489ff9ce3d0a4afe04d438a1bc0525e73 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 7c3ab87e87b..3075b5af230 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.39.5