Changeset 6506 in vbox
- Timestamp:
- Jan 25, 2008 10:23:46 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27515
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp
r6470 r6506 88 88 * @param pcy Where to store the vertical pixel resolution (0 = do not change). 89 89 * @param pcBits Where to store the bits per pixel (0 = do not change). 90 * @param f FventAck Flag that the request is an acknowlegement for the90 * @param fEventAck Flag that the request is an acknowlegement for the 91 91 * VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST. 92 92 * Values: … … 94 94 * VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST - event acknowledged. 95 95 * @param iDisplay 0 for primary display, 1 for the first secondary, etc. 96 * @todo move to VBoxGuestR3LibVideo.cpp 96 97 */ 97 98 VBGLR3DECL(int) VbglR3GetDisplayChangeRequest(uint32_t *pcx, uint32_t *pcy, uint32_t *pcBits,
Note:
See TracChangeset
for help on using the changeset viewer.