Changeset 51610 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 12, 2014 10:40:59 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94348
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r51606 r51610 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 274 265 STDMETHODIMP UIFrameBuffer::VideoModeSupported(ULONG uWidth, ULONG uHeight, ULONG uBPP, BOOL *pfSupported) 275 266 { -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h
r51606 r51610 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));130 129 131 130 /** 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.