- Timestamp:
- Nov 17, 2011 10:26:55 PM (13 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Hardware/VBoxVideoVBE.h
r36848 r39359 84 84 #define VGA_PORT_HGSMI_GUEST 0x3d0 85 85 86 #define VBOX_VIDEO_MAX_SCREENS 64 87 86 88 #endif /* !___VBox_Hardware_VBoxVideoVBE_h */ 87 89 -
trunk/include/VBox/VBoxVideo.h
r39288 r39359 27 27 #define ___VBox_VBoxVideo_h 28 28 29 #include <VBox/VMMDev.h> 30 #include <VBox/Hardware/VBoxVideoVBE.h> 31 29 32 #include <iprt/cdefs.h> 30 33 #include <iprt/types.h> 31 32 #include <VBox/VMMDev.h>33 34 34 35 /* … … 81 82 #define VBOX_VIDEO_NO_SCREEN ~0 82 83 83 #define VBOX_VIDEO_MAX_SCREENS 6484 85 84 /* The size of the information. */ 86 85 /*
Note:
See TracChangeset
for help on using the changeset viewer.