emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Po Lu
Subject: master 620f18c489: ; * src/xterm.c (mark_xterm): Fix x11 with i18n build
Date: Tue, 18 Oct 2022 20:56:00 -0400 (EDT)

branch: master
commit 620f18c489ff9ce3d0a4afe04d438a1bc0525e73
Author: Randy Taylor <dev@rjt.dev>
Commit: Po Lu <luangruo@yahoo.com>

    ; * 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 7c3ab87e87..3075b5af23 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]