VirtualBox

Changeset 69022 in vbox


Ignore:
Timestamp:
Oct 9, 2017 7:26:02 PM (7 years ago)
Author:
vboxsync
Message:

Additions/linux/drm: move vbox_err.h to include/VBox/Graphics/VBoxVideoErr.h.
bugref:9017: Additions/x11: put vboxvideo into upstream X.Org

Since we do not want the upstream X.Org vboxvideo driver to depend on IPRT
either we move it from Additions/linux/drm to include/VBox/Graphics/ and
add a missing definition while we are at it.

Location:
trunk
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/Graphics/VBoxVideoErr.h

    r69021 r69022  
     1/* $Id$ */
    12/** @file
    23 * VirtualBox Video driver, common code - iprt and VirtualBox macros and
     
    2425 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
    2526 * OTHER DEALINGS IN THE SOFTWARE.
     27 *
     28 * Authors: Michael Thayer <michael.thayer@oracle.com>
    2629 */
    2730
     
    4043#define VERR_NOT_SUPPORTED                  (-37)
    4144#define VERR_TOO_MUCH_DATA                  (-42)
     45#define VERR_NOT_FOUND                      (-78)
    4246#define VERR_INVALID_STATE                  (-79)
    4347#define VERR_OUT_OF_RESOURCES               (-80)
  • trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv

    r68848 r69022  
    2727    ${PATH_ROOT}/include/VBox/Graphics/HGSMIContext.h=>hgsmi_context.h \
    2828    ${PATH_ROOT}/include/VBox/Graphics/HGSMIDefs.h=>hgsmi_defs.h \
     29    ${PATH_ROOT}/include/VBox/Graphics/VBoxVideoErr.h=>vbox_err.h \
    2930    ${PATH_ROOT}/include/VBox/Graphics/VBoxVideoVBE.h=>vboxvideo_vbe.h \
    3031    ${PATH_ROOT}/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp=>hgsmi_base.c \
     
    3334    ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_drv.c=>vbox_drv.c \
    3435    ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_drv.h=>vbox_drv.h \
    35     ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_err.h=>vbox_err.h \
    3636    ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_fb.c=>vbox_fb.c \
    3737    ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_irq.c=>vbox_irq.c \
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