]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (handle_one_xevent): Fix GTK build. (Bug#60883)
authorEli Zaretskii <eliz@gnu.org>
Tue, 17 Jan 2023 17:45:12 +0000 (19:45 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 17 Jan 2023 17:45:12 +0000 (19:45 +0200)
src/xterm.c

index 1373045393ab73bf833dfe0095f071e42053b652..1325d923be9fb50bd1de0ce3217d43c26d0324a3 100644 (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;
            }