Changeset 51013 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 9, 2014 2:00:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r50962 r51013 3073 3073 * @param pCmd The Video HW Acceleration Command that was 3074 3074 * completed. 3075 * @todo r=bird: if async means asynchronous; then 3076 * s/pfnVHWACommandCompleteAsynch/pfnVHWACommandCompleteAsync/; 3077 * fi 3078 */ 3079 DECLR3CALLBACKMEMBER(int, pfnVHWACommandCompleteAsynch, (PPDMIDISPLAYVBVACALLBACKS pInterface, 3075 */ 3076 DECLR3CALLBACKMEMBER(int, pfnVHWACommandCompleteAsync, (PPDMIDISPLAYVBVACALLBACKS pInterface, 3080 3077 PVBOXVHWACMD pCmd)); 3081 3078 … … 3095 3092 } PDMIDISPLAYVBVACALLBACKS; 3096 3093 /** PDMIDISPLAYVBVACALLBACKS */ 3097 #define PDMIDISPLAYVBVACALLBACKS_IID " 193b2975-215f-480a-abef-42f029ae890f"3094 #define PDMIDISPLAYVBVACALLBACKS_IID "ddac0bd0-332d-4671-8853-732921a80216" 3098 3095 3099 3096 /** Pointer to a PCI raw connector interface. */
Note:
See TracChangeset
for help on using the changeset viewer.