Changeset 38663 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 6, 2011 3:53:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r38227 r38663 976 976 977 977 /* 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? 979 989 */ 980 990 case VMMDevReq_GetDisplayChangeRequest: … … 1039 1049 } 1040 1050 1051 /* 1052 * Retrieve a display resize request sent by the host using 1053 * @a IDisplay:setVideoModeHint. 1054 * See documentation in VMMDev.h. 1055 */ 1041 1056 case VMMDevReq_GetDisplayChangeRequest2: 1042 1057 {
Note:
See TracChangeset
for help on using the changeset viewer.