; * src/xterm.c (mark_xterm): Fix x11 with i18n build

This commit is contained in:
Randy Taylor 2022-10-17 21:29:30 -04:00 committed by Po Lu
parent 155ddde4dd
commit 620f18c489

View file

@ -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;