Changeset 238 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 23, 2007 1:33:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp
r146 r238 140 140 { 141 141 LogFlow(("VMDisplay::handleDisplayResize: external framebuffer wants us to wait!\n")); 142 143 /* Note: The previously obtained framebuffer lock must be preserved. 144 * The EMT keeps the framebuffer lock until the resize process completes. 145 */ 146 142 147 /// @todo is this compatible with VBOX_NEXT_STEP? 143 148 // the framebuffer needs more time to process 144 149 // the event so we have to halt the VM until it's done 145 150 RTSemEventMultiReset(mResizeSem); 146 mFramebuffer->Unlock();147 151 RTSemEventMultiWait(mResizeSem, RT_INDEFINITE_WAIT); 148 mFramebuffer->Lock();149 152 } 150 153
Note:
See TracChangeset
for help on using the changeset viewer.