Changeset 44762 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Feb 20, 2013 1:29:30 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r44725 r44762 2722 2722 static DECLCALLBACK(int) 2723 2723 vmmdevIPort_RequestDisplayChange(PPDMIVMMDEVPORT pInterface, uint32_t cx, uint32_t cy, uint32_t cBits, uint32_t idxDisplay, 2724 uint32_t xOrigin, uint32_t yOrigin, bool fEnabled, bool fChangeOrigin)2724 int32_t xOrigin, int32_t yOrigin, bool fEnabled, bool fChangeOrigin) 2725 2725 { 2726 2726 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
Note:
See TracChangeset
for help on using the changeset viewer.