]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (mark_xterm): Fix x11 with i18n build
authorRandy Taylor <dev@rjt.dev>
Tue, 18 Oct 2022 01:29:30 +0000 (21:29 -0400)
committerPo Lu <luangruo@yahoo.com>
Wed, 19 Oct 2022 00:55:44 +0000 (08:55 +0800)
src/xterm.c

index 7c3ab87e87b95f7df22c604b7019d396a317afe3..3075b5af2302dc795d6c37c5ac69a72c90be6fa7 100644 (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;