]> git.eshelyaron.com Git - emacs.git/commitdiff
(have_menus_p): Defined.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Dec 1995 01:47:56 +0000 (01:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Dec 1995 01:47:56 +0000 (01:47 +0000)
src/msdos.c

index 13be3e89f0742eb33546bb0bd24ceb961d0d0239..5df46edf946d0ad07167bf505e8acf319923da9b 100644 (file)
@@ -223,7 +223,7 @@ mouse_init ()
   mouse_moveto (0, 0);
   mouse_visible = 0;
 }
-
+\f
 /* ------------------------- Screen control ----------------------
  *
  */
@@ -776,8 +776,6 @@ dos_get_saved_screen (screen, rows, cols)
   return 0;
 #endif  
 }
-
-
 \f
 /* ----------------------- Keyboard control ----------------------
  *
@@ -1619,9 +1617,17 @@ IT_menu_display (XMenu *menu, int y, int x, int *faces)
   IT_cursor_to (row, col);
   xfree (text);
 }
-
+\f
 /* --------------------------- X Menu emulation ---------------------- */
 
+/* Report availability of menus.  */
+
+int
+have_menus_p ()
+{
+  return 1;
+}
+
 /* Create a brand new menu structure.  */
 
 XMenu *
@@ -1853,8 +1859,7 @@ x_pixel_height (struct frame *f)
   return FRAME_HEIGHT (f);
 }
 #endif /* !HAVE_X_WINDOWS */
-
-
+\f
 /* ----------------------- DOS / UNIX conversion --------------------- */
 
 /* Destructively turn backslashes into slashes.  */
@@ -2308,8 +2313,7 @@ croak (badfunc)
   reset_sys_modes ();
   exit (1);
 }
-
-
+\f
 /* ------------------------- Compatibility functions -------------------
  *     gethostname
  *     gettimeofday