]> git.eshelyaron.com Git - emacs.git/commitdiff
Simplify compilaiton condtion
authorYuuki Harano <masm+github@masm11.me>
Wed, 3 Apr 2019 13:14:28 +0000 (22:14 +0900)
committerJeff Walsh <fejfighter@gmail.com>
Sun, 22 Nov 2020 03:46:55 +0000 (14:46 +1100)
* ../src/menu.c (single_menu_item):

change condition.

src/menu.c

index e4fda572cd8755883c8c3e45a16e1ac48f24bd2f..ebda2f242ff3a3795a4cd30a25e8425bebfc6469 100644 (file)
@@ -422,7 +422,7 @@ single_menu_item (Lisp_Object key, Lisp_Object item, Lisp_Object dummy, void *sk
                  AREF (item_properties, ITEM_PROPERTY_SELECTED),
                  AREF (item_properties, ITEM_PROPERTY_HELP));
 
-#if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NS) || defined (HAVE_NTGUI)
+#ifdef HAVE_EXT_MENU_BAR
   /* Display a submenu using the toolkit.  */
   if (FRAME_WINDOW_P (XFRAME (Vmenu_updating_frame))
       && ! (NILP (map) || NILP (enabled)))