VirtualBox

Changeset 53530 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 12, 2014 8:44:49 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97271
Message:

Additions/common and Additions/x11: add support for getting video mode hints through the VGA device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxVideoGuest.h

    r50900 r53530  
    3232#include <VBox/HGSMI/HGSMI.h>
    3333#include <VBox/HGSMI/HGSMIChSetup.h>
     34#include <VBox/VBoxVideo.h>
    3435
    3536#ifdef VBOX_XPDM_MINIPORT
     
    222223                                             uint32_t *pcbGuestHeapMemory,
    223224                                             uint32_t *poffHostFlags);
     225RTDECL(int)      VBoxHGSMISendCapsInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx,
     226                                       uint32_t fCaps);
    224227/** @todo we should provide a cleanup function too as part of the API */
    225228RTDECL(int)      VBoxHGSMISetupGuestContext(PHGSMIGUESTCOMMANDCONTEXT pCtx,
     
    326329                                             uint16_t cBPP,
    327330                                             uint16_t fFlags);
     331RTDECL(int) VBoxHGSMIGetModeHints(PHGSMIGUESTCOMMANDCONTEXT pCtx,
     332                                  unsigned cScreens, VBVAMODEHINT *paHints);
    328333
    329334/** @}  */
Note: See TracChangeset for help on using the changeset viewer.

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