Changeset 33540 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
r32631 r33540 155 155 * - 0 for the primary display, 1 for the first 156 156 * secondary display, etc. 157 * @param fAck whether or not to acknowle ge the newest request sent by157 * @param fAck whether or not to acknowledge the newest request sent by 158 158 * the host. If this is set, the function will return the 159 159 * most recent host request, otherwise it will return the 160 * last request to be acknowle ged.160 * last request to be acknowledged. 161 161 * 162 162 */ … … 259 259 260 260 /* 261 * First we retr eive the video mode which is saved as a string in the261 * First we retrieve the video mode which is saved as a string in the 262 262 * guest property store. 263 263 */
Note:
See TracChangeset
for help on using the changeset viewer.