Changeset 8434 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Apr 28, 2008 5:32:07 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30287
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.cpp
r8408 r8434 260 260 } 261 261 262 /* Width, height or BPPequal to 0 means that this value must be not changed.262 /* Width, height equal to 0 means that this value must be not changed. 263 263 * Update input parameters if necessary. 264 * Note: BitsPerPixel is taken into account later, when new rectangles 265 * are assigned to displays. 264 266 */ 265 267 if (Width == 0) … … 271 273 { 272 274 Height = paRects[Id].bottom - paRects[Id].top; 273 }274 275 if (BitsPerPixel == 0)276 {277 BitsPerPixel = paDeviceModes[Id].dmBitsPerPel;278 dprintf(("VBoxDisplay: bpp=0 => bpp=%d\n", BitsPerPixel));279 275 } 280 276
Note:
See TracChangeset
for help on using the changeset viewer.