aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2023-01-17 19:45:12 +0200
committerEli Zaretskii2023-01-17 19:45:12 +0200
commitb9ae9d3ff8e5b837d425153822be24c51d3fac84 (patch)
tree996e664ae76e356d1af468ada27c1c3694145f4a /src
parent013ab7e2a83afa7fb577c356ae686439a2906f34 (diff)
downloademacs-b9ae9d3ff8e5b837d425153822be24c51d3fac84.tar.gz
emacs-b9ae9d3ff8e5b837d425153822be24c51d3fac84.zip
; * src/xterm.c (handle_one_xevent): Fix GTK build. (Bug#60883)
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 2 insertions, 0 deletions
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,
24483 } 24483 }
24484 } 24484 }
24485 24485
24486#ifndef HAVE_EXT_TOOL_BAR
24486 /* Now see if the touchpoint was previously on the tool bar. 24487 /* Now see if the touchpoint was previously on the tool bar.
24487 If it was, release the tool bar. */ 24488 If it was, release the tool bar. */
24488 24489
@@ -24507,6 +24508,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
24507 /* Now clear the tool bar device. */ 24508 /* Now clear the tool bar device. */
24508 FRAME_OUTPUT_DATA (f)->tool_bar_touch_device = 0; 24509 FRAME_OUTPUT_DATA (f)->tool_bar_touch_device = 0;
24509 } 24510 }
24511#endif
24510 24512
24511 goto XI_OTHER; 24513 goto XI_OTHER;
24512 } 24514 }