Changeset 72352 in vbox for trunk/include/VBox/VBoxGuestLib.h
- Timestamp:
- May 26, 2018 12:37:50 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122809
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r71364 r72352 28 28 29 29 #include <VBox/types.h> 30 #include <VBox/VMMDev CoreTypes.h>30 #include <VBox/VMMDev.h> 31 31 #include <VBox/VBoxGuestCoreTypes.h> 32 32 … … 565 565 VBGLR3DECL(int) VbglR3GetDisplayChangeRequest(uint32_t *pcx, uint32_t *pcy, uint32_t *pcBits, uint32_t *piDisplay, 566 566 uint32_t *pdx, uint32_t *pdy, bool *pfEnabled, bool *pfChangeOrigin, bool fAck); 567 VBGLR3DECL(int) VbglR3GetDisplayChangeRequestMulti(uint32_t cDisplaysIn, uint32_t *pcDisplaysOut, 568 VMMDevDisplayDef *paDisplays, bool fAck); 567 569 VBGLR3DECL(bool) VbglR3HostLikesVideoMode(uint32_t cx, uint32_t cy, uint32_t cBits); 568 570 VBGLR3DECL(int) VbglR3VideoModeGetHighestSavedScreen(unsigned *pcScreen);
Note:
See TracChangeset
for help on using the changeset viewer.