Changeset 53851 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 16, 2015 10:03:25 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r53850 r53851 170 170 void i_handleCrVRecScreenshotEnd(uint32_t uScreen, uint64_t u64TimeStamp); 171 171 void i_handleVRecCompletion(); 172 virtual HRESULT notifyScaleFactorChange(ULONG uScreen, ULONG u32ScaleFactorWMultiplied, ULONG u32ScaleFactorHMultiplied);173 172 #endif 174 173 … … 255 254 virtual HRESULT querySourceBitmap(ULONG aScreenId, 256 255 ComPtr<IDisplaySourceBitmap> &aDisplaySourceBitmap); 256 virtual HRESULT notifyScaleFactorChange(ULONG aScreenId, 257 ULONG aScaleFactorWMultiplied, 258 ULONG aScaleFactorHMultiplied); 257 259 258 260 // Wrapped IEventListener properties
Note:
See TracChangeset
for help on using the changeset viewer.