Changeset 54018 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jan 28, 2015 3:45:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
r54008 r54018 273 273 updateScreenInformation(pState, 1024, 768, 0, 1, 0, 0, true, false); 274 274 if (rc == VINF_SUCCESS) 275 { 275 276 /* The "8" is for the sanity test below. */ 276 277 for (i = 0; i < RT_MAX(cScreensTracked + 1, 8); ++i) … … 287 288 updateScreenInformation(pState, cx, cy, cBPP, i, x, y, fEnabled, true); 288 289 } 290 } 289 291 while (true) 290 292 { … … 319 321 VBClFatalError(("Received a size hint for too high display number %u\n", 320 322 (unsigned) iDisplay)); 321 updateScreenInformation(pState, cx, cy, cBPP, i , x, y, fEnabled, fUpdatePosition);323 updateScreenInformation(pState, cx, cy, cBPP, iDisplay, x, y, fEnabled, fUpdatePosition); 322 324 rc = VbglR3SeamlessGetLastEvent(&Mode); 323 325 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.