; * src/xterm.c (mark_xterm): Fix x11 with i18n build
This commit is contained in:
parent
155ddde4dd
commit
620f18c489
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue