From 3ba039dc96548fd7289bfbf411b050b88c98f0aa Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 28 Apr 2022 17:00:53 +0800 Subject: [PATCH] * src/xterm.c (x_term_init): Fix the non-GTK3 XI2 build. --- src/xterm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xterm.c b/src/xterm.c index 49e1ce1b844..d7746058326 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -23394,6 +23394,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name) #ifndef HAVE_GTK3 skip_xi_setup: #endif + ; #endif #ifdef HAVE_XRANDR -- 2.39.2