Changeset 45000 in vbox for trunk/src/VBox
- Timestamp:
- Mar 11, 2013 4:58:42 PM (12 years ago)
- Location:
- trunk/src/VBox/Additions/x11/vboxvideo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r44998 r45000 76 76 77 77 #include "vboxvideo.h" 78 #include <iprt/asm-math.h>79 78 #include "version-generated.h" 80 79 #include "product-generated.h" -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r44999 r45000 98 98 99 99 #include <VBox/Hardware/VBoxVideoVBE.h> 100 #include <VBox/VMMDev.h>101 100 102 101 #include "xf86str.h" … … 139 138 #ifdef PCIACCESS 140 139 struct pci_device *pciInfo; 141 struct pci_device *vmmDevInfo;142 140 #else 143 141 pciVideoPtr pciInfo;
Note:
See TracChangeset
for help on using the changeset viewer.