VirtualBox

Ignore:
Timestamp:
Oct 12, 2017 6:48:38 PM (7 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxvideo: remove dependencies on more VirtualBox headers.
bugref:9017: Additions/x11: put vboxvideo into upstream X.Org

Remove dependencies on product-generated.h, revision-generated.h and
VBox/param.h. Remove dependency on the subversion revision. Hard-code
the PCI Ids in the driver header and hard code the vendor name (used in one
place only) to Oracle Corporation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h

    r69064 r69065  
    4646#include <VBoxVideo.h>
    4747#include "version-generated.h"
     48
     49#define VBOX_VENDORID 0x80EE
     50#define VBOX_DEVICEID 0xBEEF
    4851
    4952#ifndef VBVA_SCREEN_F_BLANK
     
    98101#include "xf86Cursor.h"
    99102
    100 #define VBOX_VERSION            VBOX_VERSION_MAJOR * 10000 + VBOX_VERSION_MINOR * 100 + VBOX_VERSION_BUILD
     103#define VBOX_VERSION            VBOX_VERSION_MAJOR * 10000 \
     104                              + VBOX_VERSION_MINOR * 100
    101105#define VBOX_NAME               "VBoxVideo"
    102106#define VBOX_DRIVER_NAME        "vboxvideo"
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