From: Eli Zaretskii Date: Tue, 17 Jan 2023 17:45:12 +0000 (+0200) Subject: ; * src/xterm.c (handle_one_xevent): Fix GTK build. (Bug#60883) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9ae9d3ff8e5b837d425153822be24c51d3fac84;p=emacs.git ; * src/xterm.c (handle_one_xevent): Fix GTK build. (Bug#60883) --- diff --git a/src/xterm.c b/src/xterm.c index 1373045393a..1325d923be9 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -24483,6 +24483,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, } } +#ifndef HAVE_EXT_TOOL_BAR /* Now see if the touchpoint was previously on the tool bar. If it was, release the tool bar. */ @@ -24507,6 +24508,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, /* Now clear the tool bar device. */ FRAME_OUTPUT_DATA (f)->tool_bar_touch_device = 0; } +#endif goto XI_OTHER; }