Changeset 46051 in vbox for trunk/src/VBox/Additions/solaris/Mouse
- Timestamp:
- May 14, 2013 8:54:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Mouse/vboxms.c
r42644 r46051 118 118 }; 119 119 120 /* 120 /* 121 121 * winit: write queue structure for handling messages coming from above. Above 122 122 * means user space applications: either Guest Additions user space tools or … … 512 512 513 513 /** 514 * Notification callback, called when the VBoxGuest mouse pointer is moved. 514 * Notification callback, called when the VBoxGuest mouse pointer is moved. 515 515 * We send a VUID event up to user space. We may send a miscalculated event 516 516 * if a resolution change is half-way through, but that is pretty much to be … … 1092 1092 { 1093 1093 unsigned i; 1094 1094 1095 1095 for (i = 0; i < RT_ELEMENTS(g_aVUIDIOCtlDescriptions); ++i) 1096 1096 if (g_aVUIDIOCtlDescriptions[i].iCmd == iCmd) … … 1274 1274 return err; 1275 1275 } 1276 1276 1277 1277 /** 1278 1278 * Helper for vbmsSolHandleIOCtl. This rather complicated-looking … … 1288 1288 int err, rc = 0; 1289 1289 size_t cbData = 0; 1290 1290 1291 1291 LogFlowFunc(("iCmd=0x%x, cbBuffer=%u, b_cont=%p\n", 1292 1292 (unsigned)iCmd, cbBuffer, (void *)pMBlk->b_cont));
Note:
See TracChangeset
for help on using the changeset viewer.