Changeset 60905 in vbox for trunk/include/VBox
- Timestamp:
- May 9, 2016 6:56:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r59252 r60905 949 949 * @param pScreen The data of screen being resized. 950 950 * @param pvVRAM Address of the guest VRAM. 951 * @param fResetInputMapping Whether to reset the absolute pointing device to screen position co-ordinate 952 * mapping. Needed for real resizes, as the caller on the guest may not know how 953 * to set the mapping. Not wanted when we restore a saved state and are resetting 954 * the mode. 951 955 * @thread if render thread mode is on (fRenderThreadMode that was passed to pfnVBVAEnable is TRUE) - the render thread pfnVBVAEnable was called in, 952 956 * otherwise - the emulation thread. 953 957 */ 954 DECLR3CALLBACKMEMBER(int, pfnVBVAResize,(PPDMIDISPLAYCONNECTOR pInterface, const PVBVAINFOVIEW pView, const PVBVAINFOSCREEN pScreen, void *pvVRAM ));958 DECLR3CALLBACKMEMBER(int, pfnVBVAResize,(PPDMIDISPLAYCONNECTOR pInterface, const PVBVAINFOVIEW pView, const PVBVAINFOSCREEN pScreen, void *pvVRAM, bool fResetInputMapping)); 955 959 956 960 /**
Note:
See TracChangeset
for help on using the changeset viewer.