Changeset 40708 in vbox for trunk/src/VBox/GuestHost/OpenGL/util
- Timestamp:
- Mar 29, 2012 2:12:11 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77167
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r40544 r40708 2333 2333 2334 2334 pClient = _crVBoxHGSMIClientGet(conn); 2335 CRASSERT(pClient);2336 2335 if (pClient) 2337 {2338 2336 rc = VBoxCrHgsmiCtlConGetClientID(pClient->pHgsmi, &conn->u32ClientID); 2339 CRASSERT(RT_SUCCESS(rc));2340 }2337 else 2338 rc = VERR_GENERAL_FAILURE; 2341 2339 2342 2340 VBOXCRHGSMIPROFILE_FUNC_EPILOGUE();
Note:
See TracChangeset
for help on using the changeset viewer.