VirtualBox

Changeset 55519 in vbox for trunk/src


Ignore:
Timestamp:
Apr 29, 2015 12:30:56 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99878
Message:

Additions/x11/vboxvideo: put something slightly more useful in the version number, though no one seems to be actually using it.

File:
1 edited

Legend:

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

    r55401 r55519  
    5656#include <VBox/VBoxVideoGuest.h>
    5757#include <VBox/VBoxVideo.h>
     58#include "version-generated.h"
    5859
    5960#ifndef VBVA_SCREEN_F_BLANK
     
    108109#include "xf86Cursor.h"
    109110
    110 #define VBOX_VERSION            4000  /* Why? */
     111#define VBOX_VERSION            VBOX_VERSION_MAJOR * 10000 + VBOX_VERSION_MINOR * 100 + VBOX_VERSION_BUILD
    111112#define VBOX_NAME               "VBoxVideo"
    112113#define VBOX_DRIVER_NAME        "vboxvideo"
     
    129130#endif
    130131
    131 #define VBOX_VIDEO_MAJOR  1
    132 #define VBOX_VIDEO_MINOR  0
     132#define VBOX_VIDEO_MAJOR  VBOX_VERSION_MAJOR
     133#define VBOX_VIDEO_MINOR  VBOX_VERSION_MINOR
    133134#define VBOX_DRM_DRIVER_NAME  "vboxvideo"  /* For now, as this driver is basically a stub. */
    134135#define VBOX_DRI_DRIVER_NAME  "vboxvideo"  /* For starters. */
Note: See TracChangeset for help on using the changeset viewer.

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