Changeset 65381 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 20, 2017 9:23:53 AM (8 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r65364 r65381 331 331 $(dir $(VBOX_XML_SCHEMADEFS_H)) \ 332 332 $(VBOX_MAIN_APIWRAPPER_INCS) \ 333 . 333 . \ 334 $(VBOX_GRAPHICS_INCS) 334 335 VBoxSVC_INCS.win = \ 335 336 $(VBoxCOM_0_OUTDIR) … … 734 735 $(VBOX_MAIN_APIWRAPPER_INCS) \ 735 736 $(dir $(VBOX_XML_SCHEMADEFS_H)) \ 736 $(VBOX_MAIN_APIWRAPPER_DIR)/dtrace 737 $(VBOX_MAIN_APIWRAPPER_DIR)/dtrace \ 738 $(VBOX_GRAPHICS_INCS) 737 739 VBoxC_INCS.win = \ 738 740 $(VBoxCOM_0_OUTDIR) \ -
trunk/src/VBox/Main/include/DisplayImpl.h
r65263 r65381 24 24 #include <VBox/vmm/pdmdrv.h> 25 25 #include <VBox/VMMDev.h> 26 #include <VBox /VBoxVideo.h>26 #include <VBoxVideo.h> 27 27 #include <VBox/vmm/pdmifs.h> 28 28 #include "DisplayWrap.h" -
trunk/src/VBox/Main/src-all/DisplayUtils.cpp
r63563 r65381 21 21 #include <VBox/err.h> 22 22 #include <VBox/vmm/ssm.h> 23 #include <VBox /VBoxVideo.h>23 #include <VBoxVideo.h> 24 24 25 25 int readSavedDisplayScreenshot(const Utf8Str &strStateFilePath, uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData, -
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r65363 r65381 42 42 43 43 #ifdef VBOX_WITH_VIDEOHWACCEL 44 # include <VBox /VBoxVideo.h>44 # include <VBoxVideo.h> 45 45 #endif 46 46 -
trunk/src/VBox/Main/xml/VirtualBox-settings.xsd
r65193 r65381 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 VBoxVideo.h --> 143 143 <xsd:maxInclusive value="64"/> 144 144 </xsd:restriction>
Note:
See TracChangeset
for help on using the changeset viewer.