Changeset 84740 in vbox for trunk/src/VBox/Main/include/DisplayImpl.h
- Timestamp:
- Jun 9, 2020 3:28:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r84564 r84740 160 160 int i_handleVHWACommandProcess(int enmCmd, bool fGuestCmd, VBOXVHWACMD RT_UNTRUSTED_VOLATILE_GUEST *pCommand); 161 161 #endif 162 int i_handle3DNotifyProcess(VBOX3DNOTIFY *p3DNotify); 162 163 163 164 int i_saveVisibleRegion(uint32_t cRect, PRTRECT pRect); … … 317 318 VBOXVHWACMD RT_UNTRUSTED_VOLATILE_GUEST *pCommand); 318 319 #endif 320 static DECLCALLBACK(int) i_display3DNotifyProcess(PPDMIDISPLAYCONNECTOR pInterface, 321 VBOX3DNOTIFY *p3DNotify); 319 322 320 323 #ifdef VBOX_WITH_HGSMI
Note:
See TracChangeset
for help on using the changeset viewer.