VirtualBox

Changeset 25486 in vbox


Ignore:
Timestamp:
Dec 18, 2009 2:08:40 PM (15 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxvideo: fix the unwanted sign extension of the framebuffer address on 64bit XFree86 systems

Location:
trunk/src/VBox/Additions/x11/vboxvideo
Files:
2 edited

Legend:

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

    r22149 r25486  
    195195#endif
    196196    CARD16 maxBytesPerScanline;
    197     unsigned long mapPhys, mapOff;
    198     int mapSize;        /* video memory */
     197    unsigned long mapPhys, mapOff, mapSize;     /* video memory */
    199198    void *base, *VGAbase;
    200199    CARD8 *state, *pstate;      /* SVGA state */
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo_68.h

    r23422 r25486  
    135135    PCITAG pciTag;
    136136    CARD16 maxBytesPerScanline;
    137     int mapPhys, mapOff, mapSize;       /* video memory */
     137    unsigned long mapPhys, mapOff, mapSize;     /* video memory */
    138138    void *base, *VGAbase;
    139139    CARD8 *state, *pstate;      /* SVGA state */
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