| 1929 | } |
| 1930 | |
| 1931 | void |
| 1932 | mac_start_menu(winid win, unsigned long mbehavior) |
| 1933 | { |
| 1934 | HideWindow(theWindows[win].its_window); |
| 1935 | mac_clear_nhwindow(win); |
| 1936 | } |
| 1937 | |
| 1938 | void |
| 1939 | mac_add_menu(winid win, int glyph, const anything *any, CHAR_P menuChar, |
nothing calls this directly
no test coverage detected