Changeset 45760 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
- Timestamp:
- Apr 26, 2013 7:40:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r45459 r45760 181 181 /** Callback and user data for a kernel mouse handler. */ 182 182 VBoxGuestMouseSetNotifyCallback MouseNotifyCallback; 183 /* true if the driver is in caps acquire mode, 184 * i.e. no seamless of resize events are reported unless the driver has acquired the corresponding guest caps */ 185 uint32_t u32GuestCapsAcquireMode; 186 /* currently acquired (and reported) guest caps */ 187 uint32_t u32GuestCaps; 183 188 } VBOXGUESTDEVEXT; 184 189 /** Pointer to the VBoxGuest driver data. */ … … 230 235 bool fOpened; 231 236 #endif 237 /* Guest Caps Acquired & Reported by this session */ 238 uint32_t u32AquiredGuestCaps; 232 239 } VBOXGUESTSESSION; 233 240
Note:
See TracChangeset
for help on using the changeset viewer.