Changeset 47214 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 17, 2013 12:39:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp
r47210 r47214 126 126 /* Fallback if requested: */ 127 127 if (bFallback) 128 { 129 LogRelFlow(("UIFrameBufferQImage::resizeEvent: " 130 "Going fallback due to frame-buffer format become invalid: " 131 "Format=%lu, BitsPerPixel=%lu, BytesPerLine=%lu, Size=%lux%lu\n", 132 (unsigned long)pEvent->pixelFormat(), 133 (unsigned long)pEvent->bitsPerPixel(), 134 (unsigned long)pEvent->bytesPerLine(), 135 (unsigned long)pEvent->width(), 136 (unsigned long)pEvent->height())); 128 137 goFallback(); 138 } 129 139 130 140 /* Remind if requested: */ … … 162 172 && machineState != KMachineState_Saving 163 173 ) 174 { 175 LogRelFlow(("UIFrameBufferQImage::paintEvent: " 176 "Going fallback due to machine-state become invalid: " 177 "%d.\n", (int)machineState)); 164 178 goFallback(); 179 } 165 180 166 181 /* Depending on visual-state type: */
Note:
See TracChangeset
for help on using the changeset viewer.