Changeset 53893 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp
- Timestamp:
- Jan 21, 2015 11:48:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp
r53847 r53893 1387 1387 1388 1388 /* Log scaling factor rounded to nearest 'int' value (not so precise). */ 1389 LogRel(("OpenGL: Set 3D content scale factor to (%u, %u), multiplier %d .\n",1389 LogRel(("OpenGL: Set 3D content scale factor to (%u, %u), multiplier %d (rc=%Rrc).\n", 1390 1390 pData->u32ScaleFactorWMultiplied, 1391 1391 pData->u32ScaleFactorHMultiplied, 1392 (int)VBOX_OGL_SCALE_FACTOR_MULTIPLIER)); 1392 (int)VBOX_OGL_SCALE_FACTOR_MULTIPLIER), 1393 rc); 1393 1394 1394 1395 break;
Note:
See TracChangeset
for help on using the changeset viewer.