Changeset 48943 in vbox for trunk/src/VBox/Additions/solaris/Mouse/vboxms.c
- Timestamp:
- Oct 7, 2013 9:30:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Mouse/vboxms.c
r46051 r48943 1249 1249 if (enmDirection == BOTH) 1250 1250 pUserAddr = *(void **)pMBlk->b_cont->b_rptr; 1251 1252 1253 1251 mcopyin(pMBlk, pUserAddr /* state data */, cbCmd, NULL); 1252 } 1253 else if (enmDirection == OUT) 1254 1254 { 1255 1255 mblk_t *pMBlkOut = allocb(cbCmd, BPRI_MED);
Note:
See TracChangeset
for help on using the changeset viewer.