Bochs/bochs/gui
Bryce Denney e363f402ca - This implements a solution that lets any GUI take over handling of any
signal.  First, selection of the GUI should cause BX_GUI_SIGHANDLER to
  be defined in config.h.in.  Then, the GUI should define member functions
    Bit32u get_sighandler_mask ();
    void sighandler (int sig);
  The mask function returns a bitfield where one bit corresponds to each
  signal.  For any signal whose bit is set to 1 in the return value of
  get_sighandler_mask, the gui will control that signal.  When the signal
  arrives, bx_gui.sighandler(sig) will be called by bx_signal_handler,
  instead of the default behavior of that signal.
2001-05-08 20:18:04 +00:00
..
bitmaps - entered original Bochs snapshot bochs-2000_0325a.tar.gz from 2001-04-10 01:04:59 +00:00
beos.cc - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
gui.cc - This implements a solution that lets any GUI take over handling of any 2001-05-08 20:18:04 +00:00
gui.h - This implements a solution that lets any GUI take over handling of any 2001-05-08 20:18:04 +00:00
icon_bochs.h - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
macintosh.cc - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
Makefile.in - added most of Todd's "term mode" patch. I didn't apply all of the signal 2001-05-08 19:07:26 +00:00
nogui.cc - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
term.cc - This implements a solution that lets any GUI take over handling of any 2001-05-08 20:18:04 +00:00
win32.cc - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
x.cc - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00