Changeset 16196 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Jan 23, 2009 12:29:06 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41964
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r16185 r16196 302 302 * and the guest has reprogrammed the virtual VGA devices again so a new resize is required. 303 303 * 304 * Save the resize information and return .304 * Save the resize information and return the pending status code. 305 305 * 306 306 * Note: the resize information is only accessed on EMT so no serialization is required. … … 316 316 maFramebuffers[uScreenId].pendingResize.h = h; 317 317 318 return VINF_ SUCCESS;318 return VINF_VGA_RESIZE_IN_PROGRESS; 319 319 } 320 320
Note:
See TracChangeset
for help on using the changeset viewer.