Changeset 41642 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
- Timestamp:
- Jun 11, 2012 10:30:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r41640 r41642 167 167 * together inside the session spinlock. */ 168 168 uint32_t volatile fMouseStatus; 169 /** Callback and user data for a kernel mouse handler. */170 VBoxGuestMouseSetNotifyCallback volatile MouseSetNotifyCallback;171 169 /** Counter of number of active ISRs. Currently used for safely removing 172 170 * the mouse handler callback. */ 173 171 uint32_t volatile cISR; 172 /** Callback and user data for a kernel mouse handler. */ 173 VBoxGuestMouseSetNotifyCallback MouseNotifyCallback; 174 174 175 175 /** Windows part. */
Note:
See TracChangeset
for help on using the changeset viewer.