VirtualBox

Changeset 49878 in vbox for trunk/src


Ignore:
Timestamp:
Dec 11, 2013 4:28:57 PM (11 years ago)
Author:
vboxsync
Message:

Additions/linux/drm: add dynamic resizing to the KMS driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vbox_drv.h

    r49627 r49878  
    123123{
    124124    struct drm_connector base;
     125    /** Property for receiving mode hints from user space. */
     126    struct drm_property *pModeHintProp;
     127    struct
     128    {
     129        uint16_t cX;
     130        uint16_t cY;
     131    } modeHint;
    125132};
    126133
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