]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/menu.c (x_popup_menu_1): Make 'cancel_hourglass' call conditional.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Oct 2022 16:05:48 +0000 (19:05 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Oct 2022 16:05:48 +0000 (19:05 +0300)
src/menu.c

index 671fc65a38a6eff1d97d03edb4224dca66d08068..a8cb942a1957d06177413e10a1a15092b3b9839c 100644 (file)
@@ -1392,6 +1392,7 @@ x_popup_menu_1 (Lisp_Object position, Lisp_Object menu)
 
   run_hook (Qx_pre_popup_menu_hook);
 
+#ifdef HAVE_WINDOW_SYSTEM
   /* Cancel the hourglass timer.  Depending on how the show_menu_hook
      is implemented, the hourglass window can either be mapped (or on
      non-X systems, the hourglass cursor can be defined) either while
@@ -1400,6 +1401,7 @@ x_popup_menu_1 (Lisp_Object position, Lisp_Object menu)
      detect input immediately after a popup menu generated by Custom
      is unmapped.  */
   cancel_hourglass ();
+#endif
 
   /* Display them in a menu, but not if F is the initial frame that
      doesn't have its hooks set (e.g., in a batch session), because