[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bochs-cvs
Subject:    [Bochs-cvs] CVS: bochs .bochsrc,1.188,1.189 config.cc,1.204,1.205
From:       "Volker Ruppert" <vruppert () users ! sourceforge ! net>
Date:       2010-05-18 15:33:43
Message-ID: E1OEOng-0002Fp-2N () sfp-cvsdas-2 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/bochs/bochs
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8623

Modified Files:
	.bochsrc config.cc 
Log Message:
- mouse capture toggle option choice 'f12' replaces win32 'legacyF12' option
- implemented mouse capture toggle method option in RFB
- user documentation updates (mouse, usb)


Index: .bochsrc
===================================================================
RCS file: /cvsroot/bochs/bochs/.bochsrc,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- .bochsrc	16 May 2010 20:44:07 -0000	1.188
+++ .bochsrc	18 May 2010 15:33:41 -0000	1.189
@@ -61,7 +61,6 @@
 #display_library: rfb, options="timeout=60" # time to wait for client
 #display_library: sdl, options="fullscreen" # startup in fullscreen mode
 #display_library: term
-#display_library: win32, options="legacyF12" # use F12 to toggle mouse
 #display_library: win32, options="gui_debug" # use Win32 debugger gui
 #display_library: wx
 #display_library: x, options="hideIPS" # disable IPS output in status bar
@@ -656,12 +655,13 @@
 #  set to 0. The hardware emulation itself is not disabled by this.
 #  Unless you have a particular reason for enabling the mouse by default,
 #  it is recommended that you leave it off. You can also toggle the mouse
-#  usage at runtime (X11, SDL, wxWidgets and Win32 - see below).
+#  usage at runtime (RFB, SDL, Win32, wxWidgets and X11 - see below).
 #
 #  TOGGLE:
 #  The default method to toggle the mouse capture at runtime is to press the
 #  CTRL key and the middle mouse button ('ctrl+mbutton'). This option allows
-#  to change the method to 'ctrl+f10' (like DOSBox) or 'ctrl+alt' (like QEMU).
+#  to change the method to 'ctrl+f10' (like DOSBox), 'ctrl+alt' (like QEMU)
+#  or 'f12' (replaces win32 'legacyF12' option).
 #
 # Examples:
 #   mouse: enabled=1

Index: config.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/config.cc,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- config.cc	16 May 2010 09:01:36 -0000	1.204
+++ config.cc	18 May 2010 15:33:41 -0000	1.205
@@ -858,6 +858,7 @@
     "ctrl+mbutton",
     "ctrl+f10",
     "ctrl+alt",
+    "f12",
     NULL
   };
   toggle = new bx_param_enum_c(mouse,


------------------------------------------------------------------------------

_______________________________________________
Bochs-cvs mailing list
Bochs-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bochs-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic