; * src/xterm.c (handle_one_xevent): Fix GTK build. (Bug#60883)

This commit is contained in:
Eli Zaretskii 2023-01-17 19:45:12 +02:00
parent 013ab7e2a8
commit b9ae9d3ff8

View file

@ -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;
}