VirtualBox

Changeset 45356 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Apr 5, 2013 7:01:27 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84772
Message:

tabs

Location:
trunk/src/VBox/Additions/x11
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse.c

    r44528 r45356  
    44
    55/*
    6  * Copyright (C) 2006-2012 Oracle Corporation
     6 * Copyright (C) 2006-2013 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    117117#elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 3
    118118                                 VBoxPtrCtrlProc, GetMotionHistorySize(),
    119                                                                 2 /* Number of axes */
     119                                2 /* Number of axes */
    120120#else
    121121# error Unsupported version of X.Org
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c

    r45000 r45356  
    66
    77/*
    8  * Copyright (C) 2006-2012 Oracle Corporation
     8 * Copyright (C) 2006-2013 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    157157{
    158158    {VBOX_DEVICEID, "vbox"},
    159     {-1,        NULL}
     159    {-1,            NULL}
    160160};
    161161
    162162static PciChipsets VBOXPCIchipsets[] = {
    163163  { VBOX_DEVICEID, VBOX_DEVICEID, RES_SHARED_VGA },
    164   { -1,         -1,                 RES_UNDEFINED },
     164  { -1,            -1,            RES_UNDEFINED },
    165165};
    166166
     
    199199/* No options for now */
    200200static const OptionInfoRec VBOXOptions[] = {
    201     { -1,               NULL,           OPTV_NONE,      {0},    FALSE }
     201    { -1, NULL, OPTV_NONE, {0}, FALSE }
    202202};
    203203
     
    391391    /* We always like modes specified by the user in the configuration
    392392     * file and modes requested by the host, as doing otherwise is likely to
    393         * annoy people. */
     393    * annoy people. */
    394394    if (   !(mode->type & M_T_USERDEF)
    395395        && !(mode->type & M_T_PREFERRED)
     
    576576    0,                          /* Module minor version. Xorg-specific */
    577577    1,                          /* Module patchlevel. Xorg-specific */
    578     ABI_CLASS_VIDEODRV,         /* This is a video driver */
     578    ABI_CLASS_VIDEODRV,         /* This is a video driver */
    579579    ABI_VIDEODRV_VERSION,
    580580    MOD_CLASS_VIDEODRV,
     
    11311131    /* colourmap code */
    11321132    if (!miCreateDefColormap(pScreen))
    1133         return (FALSE);
     1133        return (FALSE);
    11341134
    11351135    if(!xf86HandleColormaps(pScreen, 256, 8, vboxLoadPalette, NULL, 0))
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h

    r45000 r45356  
    102102#include "xf86Cursor.h"
    103103
    104 #define VBOX_VERSION            4000  /* Why? */
    105 #define VBOX_NAME                     "VBoxVideo"
    106 #define VBOX_DRIVER_NAME          "vboxvideo"
     104#define VBOX_VERSION            4000  /* Why? */
     105#define VBOX_NAME               "VBoxVideo"
     106#define VBOX_DRIVER_NAME        "vboxvideo"
    107107
    108108#ifdef VBOX_DRI
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c

    r44528 r45356  
    55
    66/*
    7  * Copyright (C) 2006-2012 Oracle Corporation
     7 * Copyright (C) 2006-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    251251        sprintf(pDRIInfo->busIdString, "PCI:%d:%d:%d",
    252252            ((pciConfigPtr)pVBox->pciInfo->thisCard)->busnum,
    253                 ((pciConfigPtr)pVBox->pciInfo->thisCard)->devnum,
     253            ((pciConfigPtr)pVBox->pciInfo->thisCard)->devnum,
    254254            ((pciConfigPtr)pVBox->pciInfo->thisCard)->funcnum);
    255255#endif
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