Changeset 34188 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Nov 18, 2010 9:47:50 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r34140 r34188 2901 2901 rc = pVMMDev->hgcmHostSvcHandleCreate("VBoxSharedCrOpenGL", &mhCrOglSvc); 2902 2902 2903 if (RT_FAILURE(rc)) 2903 if (RT_SUCCESS(rc)) 2904 { 2905 Assert(mhCrOglSvc); 2906 } 2907 else 2904 2908 { 2905 2909 mhCrOglSvc = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.