Changeset 65381 in vbox for trunk/include/VBox/Graphics
- Timestamp:
- Jan 20, 2017 9:23:53 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112977
- Location:
- trunk/include/VBox/Graphics
- Files:
-
- 4 edited
- 1 copied
- 7 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/HGSMI.h
r62476 r65381 27 27 28 28 29 #ifndef ___VBox_ HGSMI_HGSMI_h30 #define ___VBox_ HGSMI_HGSMI_h29 #ifndef ___VBox_Graphics_HGSMI_h 30 #define ___VBox_Graphics_HGSMI_h 31 31 32 32 #include <iprt/assert.h> 33 33 #include <iprt/types.h> 34 34 35 #include < VBox/HGSMI/HGSMIDefs.h>36 #include < VBox/HGSMI/HGSMIChannels.h>37 #include < VBox/HGSMI/HGSMIMemAlloc.h>35 #include <HGSMIDefs.h> 36 #include <HGSMIChannels.h> 37 #include <HGSMIMemAlloc.h> 38 38 39 39 /* … … 261 261 RT_C_DECLS_END 262 262 263 #endif /* !___VBox_ HGSMI_HGSMI_h */264 263 #endif /* !___VBox_Graphics_HGSMI_h */ 264 -
trunk/include/VBox/Graphics/HGSMIChSetup.h
r62932 r65381 24 24 */ 25 25 26 #ifndef ___VBox_ HGSMI_HGSMIChSetup_h27 #define ___VBox_ HGSMI_HGSMIChSetup_h26 #ifndef ___VBox_Graphics_HGSMIChSetup_h 27 #define ___VBox_Graphics_HGSMIChSetup_h 28 28 29 #include < VBox/HGSMI/HGSMI.h>29 #include <HGSMI.h> 30 30 31 31 /* HGSMI setup and configuration channel commands and data structures. */ -
trunk/include/VBox/Graphics/HGSMIDefs.h
r62476 r65381 27 27 28 28 29 #ifndef ___VBox_ HGSMI_HGSMIDefs_h30 #define ___VBox_ HGSMI_HGSMIDefs_h29 #ifndef ___VBox_Graphics_HGSMIDefs_h 30 #define ___VBox_Graphics_HGSMIDefs_h 31 31 32 32 #include <iprt/assert.h> … … 121 121 } HGSMIENV; 122 122 123 #endif /* !___VBox_ HGSMI_HGSMIDefs_h */123 #endif /* !___VBox_Graphics_HGSMIDefs_h */ -
trunk/include/VBox/Graphics/HGSMIMemAlloc.h
r64650 r65381 27 27 28 28 29 #ifndef ___VBox_ HGSMI_HGSMIMemAlloc_h30 #define ___VBox_ HGSMI_HGSMIMemAlloc_h29 #ifndef ___VBox_Graphics_HGSMIMemAlloc_h 30 #define ___VBox_Graphics_HGSMIMemAlloc_h 31 31 32 #include < VBox/HGSMI/HGSMIDefs.h>32 #include <HGSMIDefs.h> 33 33 #include <iprt/list.h> 34 34 … … 100 100 RT_C_DECLS_END 101 101 102 #endif /* !___VBox_ HGSMI_HGSMIMemAlloc_h */102 #endif /* !___VBox_Graphics_HGSMIMemAlloc_h */ -
trunk/include/VBox/Graphics/VBoxCrHgsmi.h
r65380 r65381 23 23 24 24 #include <iprt/cdefs.h> 25 #include <VBox /VBoxUhgsmi.h>25 #include <VBoxUhgsmi.h> 26 26 27 27 RT_C_DECLS_BEGIN -
trunk/include/VBox/Graphics/VBoxVideo.h
r65380 r65381 24 24 */ 25 25 26 #ifndef ___VBox_VBoxVideo_h 27 #define ___VBox_VBoxVideo_h 28 29 #include <VBox/Hardware/VBoxVideoVBE.h> 26 #ifndef ___VBox_Graphics_VBoxVideo_h 27 #define ___VBox_Graphics_VBoxVideo_h 30 28 31 29 #include <iprt/cdefs.h> 32 30 #include <iprt/types.h> 33 31 #include <iprt/assert.h> 32 33 /* this should be in sync with monitorCount <xsd:maxInclusive value="64"/> in src/VBox/Main/xml/VirtualBox-settings-common.xsd */ 34 #define VBOX_VIDEO_MAX_SCREENS 64 34 35 35 36 /* -
trunk/include/VBox/Graphics/VBoxVideo3D.h
r65380 r65381 24 24 */ 25 25 26 #ifndef ___VBox_ VBoxVideo3D_h27 #define ___VBox_ VBoxVideo3D_h26 #ifndef ___VBox_Graphics_VBoxVideo3D_h 27 #define ___VBox_Graphics_VBoxVideo3D_h 28 28 29 29 #include <iprt/cdefs.h> … … 144 144 145 145 146 #endif /* #ifndef ___VBox_ VBoxVideo3D_h */146 #endif /* #ifndef ___VBox_Graphics_VBoxVideo3D_h */ -
trunk/include/VBox/Graphics/VBoxVideoGuest.h
r65380 r65381 26 26 27 27 28 #ifndef ___VBox_ VBoxVideoGuest_h___29 #define ___VBox_ VBoxVideoGuest_h___30 31 #include < VBox/HGSMI/HGSMI.h>32 #include < VBox/HGSMI/HGSMIChSetup.h>33 #include <VBox /VBoxVideo.h>28 #ifndef ___VBox_Graphics_VBoxVideoGuest_h___ 29 #define ___VBox_Graphics_VBoxVideoGuest_h___ 30 31 #include <HGSMI.h> 32 #include <HGSMIChSetup.h> 33 #include <VBoxVideo.h> 34 34 35 35 #include <iprt/err.h> /* The functions in here return IPRT errors. */ -
trunk/include/VBox/Graphics/VBoxVideoHost3D.h
r65380 r65381 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 #ifndef ___VBox_ VBoxVideoHost3D_h27 #define ___VBox_ VBoxVideoHost3D_h26 #ifndef ___VBox_Graphics_VBoxVideoHost3D_h 27 #define ___VBox_Graphics_VBoxVideoHost3D_h 28 28 #include <iprt/cdefs.h> 29 #include <VBox /VBoxVideo.h>29 #include <VBoxVideo.h> 30 30 #include <VBox/hgcmsvc.h> 31 31 #include <VBox/vmm/pdmifs.h> … … 199 199 #pragma pack() 200 200 201 #endif /*#ifndef ___VBox_ VBoxVideoHost3D_h*/201 #endif /*#ifndef ___VBox_Graphics_VBoxVideoHost3D_h*/ -
trunk/include/VBox/Graphics/VBoxVideoVBE.h
r65380 r65381 24 24 */ 25 25 26 #ifndef ___VBox_ Hardware_VBoxVideoVBE_h27 #define ___VBox_ Hardware_VBoxVideoVBE_h26 #ifndef ___VBox_Graphics_VBoxVideoVBE_h 27 #define ___VBox_Graphics_VBoxVideoVBE_h 28 28 29 29 /* GUEST <-> HOST Communication API */ … … 81 81 #define VGA_PORT_HGSMI_GUEST 0x3d0 82 82 83 /* this should be in sync with monitorCount <xsd:maxInclusive value="64"/> in src/VBox/Main/xml/VirtualBox-settings-common.xsd */ 84 #define VBOX_VIDEO_MAX_SCREENS 64 83 #endif /* !___VBox_Graphics_VBoxVideoVBE_h */ 85 84 86 #endif /* !___VBox_Hardware_VBoxVideoVBE_h */87
Note:
See TracChangeset
for help on using the changeset viewer.