Changeset 50149 in vbox for trunk/include
- Timestamp:
- Jan 21, 2014 6:18:36 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91701
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r50095 r50149 66 66 #define SHCRGL_CPARMS_SET_VERSION (2) 67 67 #define SHCRGL_CPARMS_SCREEN_CHANGED (1) 68 #define SHCRGL_CPARMS_DEV_RESIZE ( 2)68 #define SHCRGL_CPARMS_DEV_RESIZE (1) 69 69 #define SHCRGL_CPARMS_INJECT (2) 70 70 #define SHCRGL_CPARMS_SET_PID (1) -
trunk/include/VBox/VBoxVideo3D.h
r49474 r50149 159 159 typedef DECLCALLBACKPTR(int, PFNVBOXCRCMD_CLT_CMDGET)(HVBOXCRCMDCLT hClt, PVBOXCMDVBVA_HDR *ppNextCmd, uint32_t *pcbNextCmd); 160 160 161 struct VBVAINFOSCREEN; 162 /* server queries for display mode.*/ 163 typedef DECLCALLBACKPTR(int, PFNVBOXCRCMD_CLT_DMGET)(HVBOXCRCMDCLT hClt, uint32_t idScreen, struct VBVAINFOSCREEN *pScreen, void **ppvVram); 164 161 165 /* Client callbacks (i.e. those client exposes to the server) */ 162 166 typedef struct VBOXCRCMD_CLTINFO … … 164 168 HVBOXCRCMDCLT hClient; 165 169 PFNVBOXCRCMD_CLT_CMDGET pfnCmdGet; 170 PFNVBOXCRCMD_CLT_DMGET pfnDmGet; 166 171 } VBOXCRCMD_CLTINFO; 167 172
Note:
See TracChangeset
for help on using the changeset viewer.