1
0
Fork 0

Disable menu, reintroduce pausedosbox. reintroduce -startmapper and keybindings.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3293
This commit is contained in:
Peter Veenstra 2009-02-01 16:06:26 +00:00
parent 0c075b29fd
commit 0c570b7b79
3 changed files with 43 additions and 9 deletions

View file

@ -1,3 +1,4 @@
#if 0
/*
* gui_tk - framework-agnostic GUI toolkit
* Copyright (C) 2005-2007 Jörg Walter
@ -19,7 +20,7 @@
/* TODO:
- make menu a bufferedwindow with shadow
*/
/* $Id: gui_tk.cpp,v 1.4 2008-09-07 10:55:15 c2woody Exp $ */
/* $Id: gui_tk.cpp,v 1.5 2009-02-01 16:06:26 qbix79 Exp $ */
/** \file
* \brief Implementation file for gui_tk.
@ -1703,3 +1704,4 @@ int main(int argc, char *argv[])
}
#endif
#endif