# HG changeset patch # User Richard M. Stallman # Date 819856076 0 # Node ID 5f38596d591e3d3400c4b6e467005cac03490fcc # Parent 36556403b62bc6a85bcc501ff02ab95f662c9beb (have_menus_p): Defined. diff -r 36556403b62b -r 5f38596d591e src/msdos.c --- a/src/msdos.c Mon Dec 25 01:43:07 1995 +0000 +++ b/src/msdos.c Mon Dec 25 01:47:56 1995 +0000 @@ -223,7 +223,7 @@ mouse_moveto (0, 0); mouse_visible = 0; } - + /* ------------------------- Screen control ---------------------- * */ @@ -776,8 +776,6 @@ return 0; #endif } - - /* ----------------------- Keyboard control ---------------------- * @@ -1619,8 +1617,16 @@ IT_cursor_to (row, col); xfree (text); } + +/* --------------------------- X Menu emulation ---------------------- */ -/* --------------------------- X Menu emulation ---------------------- */ +/* Report availability of menus. */ + +int +have_menus_p () +{ + return 1; +} /* Create a brand new menu structure. */ @@ -1853,8 +1859,7 @@ return FRAME_HEIGHT (f); } #endif /* !HAVE_X_WINDOWS */ - - + /* ----------------------- DOS / UNIX conversion --------------------- */ /* Destructively turn backslashes into slashes. */ @@ -2308,8 +2313,7 @@ reset_sys_modes (); exit (1); } - - + /* ------------------------- Compatibility functions ------------------- * gethostname * gettimeofday