VirtualBox

Ignore:
Timestamp:
Apr 26, 2013 7:40:05 AM (12 years ago)
Author:
vboxsync
Message:

VBoxTray/VBoxGuest: proper guest caps acquisition & cleanup (to be continued)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h

    r45459 r45760  
    181181    /** Callback and user data for a kernel mouse handler. */
    182182    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;
    183188} VBOXGUESTDEVEXT;
    184189/** Pointer to the VBoxGuest driver data. */
     
    230235    bool                        fOpened;
    231236#endif
     237    /* Guest Caps Acquired & Reported by this session */
     238    uint32_t                    u32AquiredGuestCaps;
    232239} VBOXGUESTSESSION;
    233240
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette