Changeset 6438 in vbox for trunk/src/VBox
- Timestamp:
- Jan 22, 2008 10:06:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r6437 r6438 640 640 " -detecthostkey Get the hostkey identifier and modifier state\n" 641 641 " -hostkey <key> {<key2>} <mod> Set the host key to the values obtained using -detecthostkey\n" 642 " - acpitermSend an ACPI power button event when closing the window\n"642 " -termacpi Send an ACPI power button event when closing the window\n" 643 643 #if defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) /** @todo UNIXISH_TAP stuff out of main and up to Config.kmk! */ 644 644 " -tapdev<1-N> <dev> Use existing persistent TAP device with the given name\n" … … 1100 1100 gfGrabOnMouseClick = FALSE; 1101 1101 } 1102 else if (strcmp(argv[curArg], "- acpiterm") == 0)1102 else if (strcmp(argv[curArg], "-termacpi") == 0) 1103 1103 { 1104 1104 gfACPITerm = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.