VirtualBox

Changeset 50149 in vbox for trunk/include


Ignore:
Timestamp:
Jan 21, 2014 6:18:36 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91701
Message:

crOpenGL: bugfixes

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h

    r50095 r50149  
    6666#define SHCRGL_CPARMS_SET_VERSION (2)
    6767#define SHCRGL_CPARMS_SCREEN_CHANGED (1)
    68 #define SHCRGL_CPARMS_DEV_RESIZE (2)
     68#define SHCRGL_CPARMS_DEV_RESIZE (1)
    6969#define SHCRGL_CPARMS_INJECT (2)
    7070#define SHCRGL_CPARMS_SET_PID (1)
  • trunk/include/VBox/VBoxVideo3D.h

    r49474 r50149  
    159159typedef DECLCALLBACKPTR(int, PFNVBOXCRCMD_CLT_CMDGET)(HVBOXCRCMDCLT hClt, PVBOXCMDVBVA_HDR *ppNextCmd, uint32_t *pcbNextCmd);
    160160
     161struct VBVAINFOSCREEN;
     162/* server queries for display mode.*/
     163typedef DECLCALLBACKPTR(int, PFNVBOXCRCMD_CLT_DMGET)(HVBOXCRCMDCLT hClt, uint32_t idScreen, struct VBVAINFOSCREEN *pScreen, void **ppvVram);
     164
    161165/* Client callbacks (i.e. those client exposes to the server) */
    162166typedef struct VBOXCRCMD_CLTINFO
     
    164168    HVBOXCRCMDCLT hClient;
    165169    PFNVBOXCRCMD_CLT_CMDGET pfnCmdGet;
     170    PFNVBOXCRCMD_CLT_DMGET pfnDmGet;
    166171} VBOXCRCMD_CLTINFO;
    167172
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