VirtualBox

Changeset 43874 in vbox for trunk/src


Ignore:
Timestamp:
Nov 15, 2012 11:26:35 AM (12 years ago)
Author:
vboxsync
Message:

fix max monitor count definitions

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h

    r41404 r43874  
    2626# include <VBox/VBoxVideo.h>
    2727#endif
     28#include <VBox/Hardware/VBoxVideoVBE.h>
    2829
    2930#ifdef __cplusplus
     
    3536
    3637/*@todo must match MaxGuestMonitors from SchemaDefs.h*/
    37 #define CR_MAX_GUEST_MONITORS 8
     38#define CR_MAX_GUEST_MONITORS VBOX_VIDEO_MAX_SCREENS
    3839
    3940typedef 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  
    483483    </xsd:simpleType>
    484484  </xsd:attribute>
     485  <!-- This should be in sync with VBOX_VIDEO_MAX_SCREENS in VBoxVideoVBE.h -->
    485486  <xsd:attribute name="monitorCount" default="1">
    486487    <xsd:simpleType>
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