Changeset 52574 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 2, 2014 7:24:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r52390 r52574 47 47 bool fDisabled; 48 48 49 FramebufferUpdateMode_T enmFramebufferUpdateMode;49 uint32_t u32Caps; 50 50 51 51 struct … … 232 232 virtual HRESULT querySourceBitmap(ULONG aScreenId, 233 233 ComPtr<IDisplaySourceBitmap> &aDisplaySourceBitmap); 234 virtual HRESULT setFramebufferUpdateMode(ULONG aScreenId,235 FramebufferUpdateMode_T aFramebufferUpdateMode);236 234 237 235 // Wrapped IEventListener properties
Note:
See TracChangeset
for help on using the changeset viewer.