Changeset 68657 in vbox for trunk/include
- Timestamp:
- Sep 5, 2017 6:21:53 PM (7 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/VBoxVideo.h
r66544 r68657 29 29 #define ___VBox_Graphics_VBoxVideo_h 30 30 31 #include <VBoxVideoIPRT.h>31 #include "VBoxVideoIPRT.h" 32 32 33 33 /* this should be in sync with monitorCount <xsd:maxInclusive value="64"/> in src/VBox/Main/xml/VirtualBox-settings-common.xsd */ … … 2104 2104 2105 2105 #endif 2106 -
trunk/include/VBox/Graphics/VBoxVideoHost3D.h
r65381 r68657 1 1 /** @file 2 *3 2 * VirtualBox 3D host inter-components interfaces 4 3 */ … … 24 23 * terms and conditions of either the GPL or the CDDL or both. 25 24 */ 25 26 26 #ifndef ___VBox_Graphics_VBoxVideoHost3D_h 27 27 #define ___VBox_Graphics_VBoxVideoHost3D_h 28 28 29 #include <iprt/cdefs.h> 29 #include <VBoxVideo.h>30 #include "VBoxVideo.h" 30 31 #include <VBox/hgcmsvc.h> 31 32 #include <VBox/vmm/pdmifs.h> … … 199 200 #pragma pack() 200 201 201 #endif /*#ifndef ___VBox_Graphics_VBoxVideoHost3D_h*/ 202 #endif 203 -
trunk/include/VBox/Graphics/VBoxVideoIPRT.h
r66515 r68657 16 16 */ 17 17 18 #ifndef ___VBox_ VBoxVideoIPRT_h19 #define ___VBox_ VBoxVideoIPRT_h18 #ifndef ___VBox_Graphics_VBoxVideoIPRT_h 19 #define ___VBox_Graphics_VBoxVideoIPRT_h 20 20 21 21 #ifndef RT_OS_OS2 … … 112 112 /** @} */ 113 113 114 #endif /* ___VBox_VBoxVideoIPRT_h */ 114 #endif 115 -
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r68656 r68657 31 31 #include <VBox/VBoxGuestCoreTypes.h> 32 32 #include <VBox/hgcmsvc.h> 33 #include <VBox Video.h>34 #include <VBox VideoHost3D.h>33 #include <VBox/Graphics/VBoxVideo.h> 34 #include <VBox/Graphics/VBoxVideoHost3D.h> 35 35 36 36 /* crOpenGL host functions */
Note:
See TracChangeset
for help on using the changeset viewer.