Changeset 33540 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r33365 r33540 1092 1092 * Here update rectangles are accumulated to form an update area. 1093 1093 * @todo 1094 * Now the simpl iest method is used which builds one rectangle that1094 * Now the simplest method is used which builds one rectangle that 1095 1095 * includes all update areas. A bit more advanced method can be 1096 1096 * employed here. The method should be fast however. … … 1631 1631 if (cbRecord) 1632 1632 { 1633 /* The size of largest contiguo s chunk in the ring biffer. */1633 /* The size of largest contiguous chunk in the ring biffer. */ 1634 1634 uint32_t u32BytesTillBoundary = VBVA_RING_BUFFER_SIZE - mpVbvaMemory->off32Data; 1635 1635 … … 2845 2845 * Sanity check. Note that this method may be called on EMT after Console 2846 2846 * has started the power down procedure (but before our #drvDestruct() is 2847 * called, in which case pVM will al eady be NULL but mpDrv will not). Since2847 * called, in which case pVM will already be NULL but mpDrv will not). Since 2848 2848 * we don't really need pVM to proceed, we avoid this check in the release 2849 2849 * build to save some ms (necessary to construct SafeVMPtrQuiet) in this … … 3534 3534 } 3535 3535 3536 /* we are here because something went wrong with command pro sessing, complete it */3536 /* we are here because something went wrong with command processing, complete it */ 3537 3537 handleCrHgsmiCommandCompletion(rc, SHCRGL_HOST_FN_CRHGSMI_CMD, &parm); 3538 3538 } … … 3560 3560 } 3561 3561 3562 /* we are here because something went wrong with command pro sessing, complete it */3562 /* we are here because something went wrong with command processing, complete it */ 3563 3563 handleCrHgsmiControlCompletion(rc, SHCRGL_HOST_FN_CRHGSMI_CTL, &parm); 3564 3564 }
Note:
See TracChangeset
for help on using the changeset viewer.