Changeset 50095 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 17, 2014 4:34:07 PM (11 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.cpp
r49591 r50095 198 198 // vboxMpCrShgsmiBufCacheTerm(pCon, &pCon->CmdDrCache); 199 199 } 200 201 //typedef struct VBOXMP_CRHGSMICMD_HDR202 //{203 // union204 // {205 // PFNVBOXMP_CRSHGSMITRANSPORT_SENDWRITEREADASYNC_COMPLETION pfnWriteReadCompletion;206 // PFNVBOXMP_CRSHGSMITRANSPORT_SENDWRITEASYNC_COMPLETION pfnWriteCompletion;207 // };208 //} VBOXMP_CRHGSMICMD_HDR, *PVBOXMP_CRHGSMICMD_HDR;209 200 210 201 typedef struct VBOXMP_CRHGSMICMD_BASE … … 900 891 if (RT_FAILURE(rc)) 901 892 WARN(("VBoxMpCrCtlConDisconnect failed rc (%d), ignoring..", rc)); 902 #else903 893 #endif 904 894 } -
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c
r46059 r50095 723 723 #endif /*CHROMIUM_THREADSAFE*/ 724 724 725 void PACKSPU_APIENTRY packspu_VBoxPresentComposition(GLint win, struct VBOXVR_SCR_COMPOSITOR * pCompositor,struct VBOXVR_SCR_COMPOSITOR_ENTRY *pChangedEntry)725 void PACKSPU_APIENTRY packspu_VBoxPresentComposition(GLint win, const struct VBOXVR_SCR_COMPOSITOR * pCompositor, const struct VBOXVR_SCR_COMPOSITOR_ENTRY *pChangedEntry) 726 726 { 727 727 }
Note:
See TracChangeset
for help on using the changeset viewer.