Changeset 77370 in vbox for trunk/src/VBox/Main/include/DisplayImpl.h
- Timestamp:
- Feb 20, 2019 8:04:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r77130 r77370 193 193 int i_handleQueryVisibleRegion(uint32_t *pcRects, PRTRECT paRects); 194 194 195 void i_VideoAccelVRDP(bool fEnable); 195 void i_VRDPConnectionEvent(bool fConnect); 196 void i_VideoAccelVRDP(bool fEnable, int c); 196 197 197 198 /* Legacy video acceleration requests coming from the VGA refresh timer. */ … … 201 202 int VideoAccelEnableVMMDev(bool fEnable, VBVAMEMORY *pVbvaMemory); 202 203 void VideoAccelFlushVMMDev(void); 204 205 void i_UpdateDeviceCursorCapabilities(void); 203 206 204 207 #ifdef VBOX_WITH_RECORDING … … 433 436 bool mfVideoAccelVRDP; 434 437 uint32_t mfu32SupportedOrders; 435 int32_t volatile mcVideoAccelVRDPRefs; 438 /** Number of currently connected VRDP clients. */ 439 int32_t volatile mcVRDPRefs; 436 440 437 441 /** Accelerate3DEnabled = true && GraphicsControllerType == VBoxVGA. */
Note:
See TracChangeset
for help on using the changeset viewer.