Changeset 75352 in vbox for trunk/src/VBox/Main/include/DisplayImpl.h
- Timestamp:
- Nov 9, 2018 10:56:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r75345 r75352 101 101 { 102 102 ComPtr<IDisplaySourceBitmap> pSourceBitmap; 103 } videoRec;103 } Recording; 104 104 #endif /* VBOX_WITH_RECORDING */ 105 105 } DISPLAYFBINFO; … … 201 201 202 202 #ifdef VBOX_WITH_RECORDING 203 int i_ videoRecInvalidate(void);204 void i_ videoRecScreenChanged(unsigned uScreenId);203 int i_recordingInvalidate(void); 204 void i_recordingScreenChanged(unsigned uScreenId); 205 205 #endif 206 206 … … 472 472 /* Serializes access to video recording source bitmaps. */ 473 473 RTCRITSECT mVideoRecLock; 474 /** Array which defines which screens are being enabled for capturing. */475 bool ma VideoRecEnabled[SchemaDefs::MaxGuestMonitors];474 /** Array which defines which screens are being enabled for recording. */ 475 bool maRecordingEnabled[SchemaDefs::MaxGuestMonitors]; 476 476 #endif 477 477
Note:
See TracChangeset
for help on using the changeset viewer.