- Timestamp:
- Nov 15, 2012 11:26:35 AM (12 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r41404 r43874 26 26 # include <VBox/VBoxVideo.h> 27 27 #endif 28 #include <VBox/Hardware/VBoxVideoVBE.h> 28 29 29 30 #ifdef __cplusplus … … 35 36 36 37 /*@todo must match MaxGuestMonitors from SchemaDefs.h*/ 37 #define CR_MAX_GUEST_MONITORS 838 #define CR_MAX_GUEST_MONITORS VBOX_VIDEO_MAX_SCREENS 38 39 39 40 typedef DECLCALLBACKPTR(void, PFNCRSERVERPRESENTFBO) (void *data, int32_t screenId, int32_t x, int32_t y, uint32_t w, uint32_t h); -
trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd
r43112 r43874 483 483 </xsd:simpleType> 484 484 </xsd:attribute> 485 <!-- This should be in sync with VBOX_VIDEO_MAX_SCREENS in VBoxVideoVBE.h --> 485 486 <xsd:attribute name="monitorCount" default="1"> 486 487 <xsd:simpleType>
Note:
See TracChangeset
for help on using the changeset viewer.