Changeset 68550 in vbox for trunk/src/VBox/Additions/solaris/Mouse/vboxms.c
- Timestamp:
- Aug 31, 2017 12:09:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Mouse/vboxms.c
r68307 r68550 471 471 * init, and create a new session. 472 472 */ 473 rc = Vbgl InitClient();473 rc = VbglR0InitClient(); 474 474 if (RT_SUCCESS(rc)) 475 475 { … … 479 479 VMMDevReq_GetMouseStatus); 480 480 if (RT_FAILURE(rc)) 481 Vbgl Terminate();481 VbglR0TerminateClient(); 482 482 else 483 483 { … … 603 603 pReadQueue->q_ptr = NULL; 604 604 VbglGRFree(&pState->pMouseStatusReq->header); 605 Vbgl Terminate();605 VbglR0TerminateClient(); 606 606 } 607 607 mutex_exit(&pState->InitMtx);
Note:
See TracChangeset
for help on using the changeset viewer.