Changeset 51627 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 17, 2014 10:33:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r51610 r51627 46 46 ComPtr<IDisplaySourceBitmap> pSourceBitmap; 47 47 bool fDisabled; 48 49 FramebufferUpdateMode_T enmFramebufferUpdateMode; 50 51 struct 52 { 53 ComPtr<IDisplaySourceBitmap> pSourceBitmap; 54 uint8_t *pu8Address; 55 uint32_t cbLine; 56 } updateImage; 48 57 49 58 LONG xOrigin; … … 204 213 STDMETHOD(QuerySourceBitmap)(ULONG aScreenId, 205 214 IDisplaySourceBitmap **aDisplaySourceBitmap); 215 STDMETHOD(SetFramebufferUpdateMode)(ULONG aScreenId, 216 FramebufferUpdateMode_T aFramebufferUpdateMode); 206 217 207 218 static const PDMDRVREG DrvReg; 208 219 209 220 private: 210 211 HRESULT querySourceBitmap(ULONG aScreenId,212 IDisplaySourceBitmap **ppDisplaySourceBitmap);213 221 214 222 #ifdef VBOX_WITH_CRHGSMI
Note:
See TracChangeset
for help on using the changeset viewer.