Changeset 88833 in vbox for trunk/src/VBox
- Timestamp:
- May 3, 2021 1:07:36 PM (4 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r88831 r88833 156 156 157 157 #ifdef LOG_ENABLED 158 RT_C_DECLS_BEGIN159 158 #include "svgadump/svga_dump.h" 160 RT_C_DECLS_END161 159 #endif 162 160 -
trunk/src/VBox/Devices/Graphics/svgadump/svga_dump.h
r88830 r88833 29 29 #include <iprt/types.h> 30 30 31 RT_C_DECLS_BEGIN 31 32 void 32 33 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size); … … 34 35 void 35 36 svga_dump_commands(const void *commands, uint32_t size); 37 RT_C_DECLS_END 36 38 37 39 #endif /* SVGA_DUMP_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.