Changeset 54114 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 9, 2015 2:58:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r54053 r54114 3542 3542 } 3543 3543 else 3544 LogRel(("Attempt to specify OpenGL content scale factor while 3D acceleration is disabled in VM config. Ignored.\n"));3544 AssertMsgFailed(("Attempt to specify OpenGL content scale factor while 3D acceleration is disabled in VM config. Ignored.\n")); 3545 3545 3546 3546 return hr; 3547 3547 #else 3548 LogRel(("Attempt to specify OpenGL content scale factor while corresponding functionality is disabled."));3548 AssertMsgFailed(("Attempt to specify OpenGL content scale factor while corresponding functionality is disabled.")); 3549 3549 return E_UNEXPECTED; 3550 3550 #endif /* VBOX_WITH_HGCM && VBOX_WITH_CROGL */
Note:
See TracChangeset
for help on using the changeset viewer.