VirtualBox

Changeset 65381 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 20, 2017 9:23:53 AM (8 years ago)
Author:
vboxsync
Message:

bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: move all graphics device-related header files to a separate sub-directory and add that to the include path where they are needed. The intention is too be able to remove the VBox/ include folder in the DRM driver package.

Location:
trunk/src/VBox/Main
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r65364 r65381  
    331331        $(dir $(VBOX_XML_SCHEMADEFS_H)) \
    332332        $(VBOX_MAIN_APIWRAPPER_INCS) \
    333         .
     333        . \
     334        $(VBOX_GRAPHICS_INCS)
    334335VBoxSVC_INCS.win = \
    335336        $(VBoxCOM_0_OUTDIR)
     
    734735        $(VBOX_MAIN_APIWRAPPER_INCS) \
    735736        $(dir $(VBOX_XML_SCHEMADEFS_H)) \
    736        $(VBOX_MAIN_APIWRAPPER_DIR)/dtrace
     737        $(VBOX_MAIN_APIWRAPPER_DIR)/dtrace \
     738        $(VBOX_GRAPHICS_INCS)
    737739VBoxC_INCS.win      = \
    738740        $(VBoxCOM_0_OUTDIR) \
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r65263 r65381  
    2424#include <VBox/vmm/pdmdrv.h>
    2525#include <VBox/VMMDev.h>
    26 #include <VBox/VBoxVideo.h>
     26#include <VBoxVideo.h>
    2727#include <VBox/vmm/pdmifs.h>
    2828#include "DisplayWrap.h"
  • trunk/src/VBox/Main/src-all/DisplayUtils.cpp

    r63563 r65381  
    2121#include <VBox/err.h>
    2222#include <VBox/vmm/ssm.h>
    23 #include <VBox/VBoxVideo.h>
     23#include <VBoxVideo.h>
    2424
    2525int readSavedDisplayScreenshot(const Utf8Str &strStateFilePath, uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData,
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r65363 r65381  
    4242
    4343#ifdef VBOX_WITH_VIDEOHWACCEL
    44 # include <VBox/VBoxVideo.h>
     44# include <VBoxVideo.h>
    4545#endif
    4646
  • trunk/src/VBox/Main/xml/VirtualBox-settings.xsd

    r65193 r65381  
    140140  <xsd:restriction base="xsd:unsignedInt">
    141141    <xsd:minInclusive value="1"/>
    142     <!-- This should be in sync with VBOX_VIDEO_MAX_SCREENS in VBoxVideoVBE.h -->
     142    <!-- This should be in sync with VBOX_VIDEO_MAX_SCREENS in VBoxVideo.h -->
    143143    <xsd:maxInclusive value="64"/>
    144144  </xsd:restriction>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette