Changeset 33685 in vbox
- Timestamp:
- Nov 2, 2010 12:19:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r33590 r33685 2900 2900 int rc = VERR_GENERAL_FAILURE; 2901 2901 if (pVMMDev) 2902 {2903 2902 rc = pVMMDev->hgcmHostSvcHandleCreate("VBoxSharedCrOpenGL", &mhCrOglSvc); 2904 AssertRC(rc);2905 }2906 2903 2907 2904 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.