Skip to content

Commit

Permalink
self reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed May 27, 2018
1 parent 41f720f commit 0443c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/sdlmain.cpp
Expand Up @@ -8202,7 +8202,7 @@ int main(int argc, char* argv[]) SDL_MAIN_NOEXCEPT {
/* -- menu */
MainMenu = mainMenu.getWinMenu();
#endif
#if DOSBOXMENU_TYPE == DOSBOXMENU_NSMENU
#if DOSBOXMENU_TYPE == DOSBOXMENU_NSMENU /* TODO: Move to menu.cpp DOSBox_SetMenu() and add setmenu(NULL) to DOSBox_NoMenu() @emendelson request showmenu=false */
void sdl_hax_macosx_setmenu(void *nsMenu);
sdl_hax_macosx_setmenu(mainMenu.getNsMenu());
#endif
Expand Down

0 comments on commit 0443c3f

Please sign in to comment.