Changeset 51627 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 17, 2014 10:33:46 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94380
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r51610 r51627 263 263 } 264 264 265 STDMETHODIMP UIFrameBuffer::NotifyUpdateImage(ULONG aX, 266 ULONG aY, 267 ULONG aWidth, 268 ULONG aHeight, 269 ComSafeArrayIn(BYTE, aImage)) 270 { 271 return E_NOTIMPL; 272 } 273 265 274 STDMETHODIMP UIFrameBuffer::VideoModeSupported(ULONG uWidth, ULONG uHeight, ULONG uBPP, BOOL *pfSupported) 266 275 { -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h
r51610 r51627 127 127 * @note Calls to this and #setMarkAsUnused method are synchronized (from GUI side). */ 128 128 STDMETHOD(NotifyUpdate)(ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight); 129 STDMETHOD(NotifyUpdateImage)(ULONG x, ULONG y, ULONG w, ULONG h, ComSafeArrayIn(BYTE, aImage)); 129 130 130 131 /** EMT callback: Returns whether the frame-buffer implementation is willing to support a given video-mode.
Note:
See TracChangeset
for help on using the changeset viewer.