From: Randy Taylor Date: Tue, 18 Oct 2022 01:29:30 +0000 (-0400) Subject: ; * src/xterm.c (mark_xterm): Fix x11 with i18n build X-Git-Tag: emacs-29.0.90~1616^2~543 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=620f18c489ff9ce3d0a4afe04d438a1bc0525e73;p=emacs.git ; * src/xterm.c (mark_xterm): Fix x11 with i18n build --- 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;