Changeset 44967 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 11, 2013 9:07:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
r44528 r44967 197 197 if (RT_FAILURE(rc2)) 198 198 { 199 LogRel(("GetDisplayChangeReq Extended Version not supported. \200 199 LogRel(("GetDisplayChangeReq Extended Version not supported. " 200 "Trying for Normal Mode with cx=%d & cy=%d\n", cx, cy)); 201 201 fExtDispReqSupport = false; 202 202 rc2 = VbglR3GetDisplayChangeRequest(&cx, &cy, &cBits, &iDisplay, true); 203 203 } 204 204 else 205 LogRelFlowFunc(("Got Extended Param from Host cx=%d, cy=%d, bpp=%d, iDisp=%d, \206 OrgX=%d, OrgY=%d Enb=%d\n", cx, cy, cBits, iDisplay,205 LogRelFlowFunc(("Got Extended Param from Host cx=%d, cy=%d, bpp=%d, iDisp=%d, " 206 "OrgX=%d, OrgY=%d Enb=%d\n", cx, cy, cBits, iDisplay, 207 207 cxOrg, cyOrg, fEnabled)); 208 208 /* If we are not stopping, sleep for a bit to avoid using up
Note:
See TracChangeset
for help on using the changeset viewer.