- Timestamp:
- Jan 1, 2017 10:53:29 AM (8 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.cpp
r62522 r65047 18 18 19 19 #include "VBoxMPCommon.h" 20 #include <VBox/Hardware/VBoxVideo VBE.h>20 #include <VBox/Hardware/VBoxVideoHW.h> 21 21 22 22 int VBoxMPCmnMapAdapterMemory(PVBOXMP_COMMON pCommon, void **ppv, uint32_t ulOffset, uint32_t ulSize) -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp
r63048 r65047 23 23 #endif 24 24 #include <wchar.h> 25 #include <VBox/Hardware/VBoxVideo VBE.h>25 #include <VBox/Hardware/VBoxVideoHW.h> 26 26 27 27 #ifdef VBOX_WITH_WDDM -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp
r63566 r65047 17 17 18 18 #include "VBoxMPWddm.h" 19 #include <VBox/Hardware/VBoxVideo VBE.h>19 #include <VBox/Hardware/VBoxVideoHW.h> 20 20 #include <stdio.h> 21 21 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r64878 r65047 29 29 #include <wingdi.h> /* needed for RGNDATA definition */ 30 30 #include <VBoxDisplay.h> /* this is from Additions/WINNT/include/ to include escape codes */ 31 #include <VBox/Hardware/VBoxVideo VBE.h>31 #include <VBox/Hardware/VBoxVideoHW.h> 32 32 #include <VBox/Version.h> 33 33 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp
r63549 r65047 21 21 *********************************************************************************************************************************/ 22 22 #include "VBoxMPInternal.h" 23 #include <VBox/Hardware/VBoxVideo VBE.h>23 #include <VBox/Hardware/VBoxVideoHW.h> 24 24 #include <VBox/VBoxGuestLib.h> 25 25 #include <VBox/VBoxVideo.h> -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp
r63566 r65047 19 19 #include "VBoxMPInternal.h" 20 20 #include "common/VBoxMPCommon.h" 21 #include <VBox/Hardware/VBoxVideo VBE.h>21 #include <VBox/Hardware/VBoxVideoHW.h> 22 22 #include <VBox/VBoxGuestLib.h> 23 23 #include <VBox/VBoxVideo.h> -
trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h
r64878 r65047 84 84 85 85 /* for VBOX_VIDEO_MAX_SCREENS definition */ 86 #include <VBox/Hardware/VBoxVideo VBE.h>86 #include <VBox/Hardware/VBoxVideoHW.h> 87 87 88 88 typedef struct VBOXWDDM_RECOMMENDVIDPN_SOURCE -
trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
r64650 r65047 19 19 #include <VBox/VBoxVideoGuest.h> 20 20 #include <VBox/VBoxVideo.h> 21 #include <VBox/Hardware/VBoxVideo VBE.h>21 #include <VBox/Hardware/VBoxVideoHW.h> 22 22 23 23 #include <iprt/asm.h> -
trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
r64650 r65047 19 19 #include <VBox/VBoxVideoGuest.h> 20 20 #include <VBox/VBoxVideo.h> 21 #include <VBox/Hardware/VBoxVideo VBE.h>21 #include <VBox/Hardware/VBoxVideoHW.h> 22 22 23 23 #ifndef VBOX_GUESTR3XF86MOD -
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv
r64732 r65047 43 43 ${PATH_ROOT}/include/VBox/HGSMI/HGSMIDefs.h=>include/VBox/HGSMI/HGSMIDefs.h \ 44 44 ${PATH_ROOT}/include/VBox/HGSMI/HGSMIMemAlloc.h=>include/VBox/HGSMI/HGSMIMemAlloc.h \ 45 ${PATH_ROOT}/include/VBox/Hardware/VBoxVideo VBE.h=>include/VBox/Hardware/VBoxVideoVBE.h \45 ${PATH_ROOT}/include/VBox/Hardware/VBoxVideoHW.h=>include/VBox/Hardware/VBoxVideoHW.h \ 46 46 ${PATH_ROOT}/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp=>HGSMIBase.c \ 47 47 ${PATH_ROOT}/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp=>Modesetting.c \ -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r63857 r65047 57 57 #include <VBox/VBoxGuest.h> 58 58 #include <VBox/VBoxGuestLib.h> 59 #include <VBox/Hardware/VBoxVideo VBE.h>59 #include <VBox/Hardware/VBoxVideoHW.h> 60 60 #include "version-generated.h" 61 61 #include "product-generated.h" -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r62530 r65047 103 103 #define BOOL_STR(a) ((a) ? "TRUE" : "FALSE") 104 104 105 #include <VBox/Hardware/VBoxVideo VBE.h>105 #include <VBox/Hardware/VBoxVideoHW.h> 106 106 107 107 #include "xf86str.h" -
trunk/src/VBox/Devices/Graphics/BIOS/vbe.h
r43115 r65047 4 4 #include "vgabios.h" 5 5 6 #include <VBox/Hardware/VBoxVideo VBE.h>6 #include <VBox/Hardware/VBoxVideoHW.h> 7 7 8 8 // DISPI helper function -
trunk/src/VBox/Devices/Graphics/DevVGA.h
r64961 r65047 58 58 #endif 59 59 60 #include <VBox/Hardware/VBoxVideo VBE.h>60 #include <VBox/Hardware/VBoxVideoHW.h> 61 61 62 62 #ifdef VBOX_WITH_HGSMI … … 82 82 #ifdef CONFIG_BOCHS_VBE 83 83 84 /* Cross reference with <VBox/Hardware/VBoxVideo VBE.h> */84 /* Cross reference with <VBox/Hardware/VBoxVideoHW.h> */ 85 85 #define VBE_DISPI_INDEX_NB_SAVED 0xb /* Number of saved registers (vbe_regs array) */ 86 86 #define VBE_DISPI_INDEX_NB 0xc /* Total number of VBE registers */ -
trunk/src/VBox/Devices/Graphics/DevVGAModes.h
r62514 r65047 21 21 #ifdef VBE_NEW_DYN_LIST 22 22 23 #include <VBox/Hardware/VBoxVideo VBE.h>23 #include <VBox/Hardware/VBoxVideoHW.h> 24 24 25 25 /* VBE Mode Numbers */ -
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r63219 r65047 33 33 34 34 #include <VBox/VBoxVideo.h> 35 #include <VBox/Hardware/VBoxVideo VBE.h>35 #include <VBox/Hardware/VBoxVideoHW.h> 36 36 #include <VBox/VBoxVideo3D.h> 37 37 #include <VBox/VBoxVideoHost3D.h> -
trunk/src/VBox/Main/xml/VirtualBox-settings.xsd
r64517 r65047 140 140 <xsd:restriction base="xsd:unsignedInt"> 141 141 <xsd:minInclusive value="1"/> 142 <!-- This should be in sync with VBOX_VIDEO_MAX_SCREENS in VBoxVideo VBE.h -->142 <!-- This should be in sync with VBOX_VIDEO_MAX_SCREENS in VBoxVideoHW.h --> 143 143 <xsd:maxInclusive value="64"/> 144 144 </xsd:restriction>
Note:
See TracChangeset
for help on using the changeset viewer.