VirtualBox

Changeset 38663 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 6, 2011 3:53:26 PM (13 years ago)
Author:
vboxsync
Message:

Devices/VMMDev: document VMMDevReq_GetDisplayChangeRequest[2]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r38227 r38663  
    976976
    977977        /*
    978          * Get display change request
     978         * Retrieve a display resize request sent by the host using
     979         * @a IDisplay:setVideoModeHint.  Deprecated.
     980         * See documentation in VMMDev.h.
     981         */
     982        /**
     983         * @todo It looks like a multi-monitor guest which only uses
     984         *        @a VMMDevReq_GetDisplayChangeRequest (not the *2 version)
     985         *        will get into a @a VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST event
     986         *        loop if it tries to acknowlege host requests for additional
     987         *        monitors.  Should the loop which checks for those requests
     988         *        be removed?
    979989         */
    980990        case VMMDevReq_GetDisplayChangeRequest:
     
    10391049        }
    10401050
     1051        /*
     1052         * Retrieve a display resize request sent by the host using
     1053         * @a IDisplay:setVideoModeHint.
     1054         * See documentation in VMMDev.h.
     1055         */
    10411056        case VMMDevReq_GetDisplayChangeRequest2:
    10421057        {
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