VirtualBox

Changeset 43273 in vbox


Ignore:
Timestamp:
Sep 10, 2012 7:29:40 PM (12 years ago)
Author:
vboxsync
Message:

Additions/common/crOpenGL: replace a dependency on X server headers with a (standard) definition.

Location:
trunk/src/VBox/Additions/common/crOpenGL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk

    r42499 r43273  
    7171        $(VBOX_PATH_X11_ROOT)/fixesproto-4.0 \
    7272        $(VBOX_PATH_X11_ROOT)/libx11-1.1.5-other \
    73         $(VBOX_PATH_X11_ROOT)/1.3/xorg \
    7473        $(VBOX_MESA_INCS) \
    7574        $(PATH_ROOT)/src/VBox/Additions/x11/x11include/libdrm-2.4.13
  • trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c

    r37594 r43273  
    3030#include <elf.h>
    3131#include <unistd.h>
    32 #include "xf86.h"
     32/** X server message type definitions. */
     33typedef enum {
     34    X_PROBED,                   /* Value was probed */
     35    X_CONFIG,                   /* Value was given in the config file */
     36    X_DEFAULT,                  /* Value is a default */
     37    X_CMDLINE,                  /* Value was given on the command line */
     38    X_NOTICE,                   /* Notice */
     39    X_ERROR,                    /* Error message */
     40    X_WARNING,                  /* Warning message */
     41    X_INFO,                     /* Informational message */
     42    X_NONE,                     /* No prefix */
     43    X_NOT_IMPLEMENTED,          /* Not implemented */
     44    X_UNKNOWN = -1              /* unknown -- this must always be last */
     45} MessageType;
    3346
    3447#define VBOX_NO_MESA_PATCH_REPORTS
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