Changeset 25486 in vbox
- Timestamp:
- Dec 18, 2009 2:08:40 PM (15 years ago)
- Location:
- trunk/src/VBox/Additions/x11/vboxvideo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r22149 r25486 195 195 #endif 196 196 CARD16 maxBytesPerScanline; 197 unsigned long mapPhys, mapOff; 198 int mapSize; /* video memory */ 197 unsigned long mapPhys, mapOff, mapSize; /* video memory */ 199 198 void *base, *VGAbase; 200 199 CARD8 *state, *pstate; /* SVGA state */ -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo_68.h
r23422 r25486 135 135 PCITAG pciTag; 136 136 CARD16 maxBytesPerScanline; 137 intmapPhys, mapOff, mapSize; /* video memory */137 unsigned long mapPhys, mapOff, mapSize; /* video memory */ 138 138 void *base, *VGAbase; 139 139 CARD8 *state, *pstate; /* SVGA state */
Note:
See TracChangeset
for help on using the changeset viewer.