summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VBoxSDL/Framebuffer.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2014-06-17 10:33:46 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2014-06-17 10:33:46 +0000
commit2901cb43724f09fc0b4360b85b9a47fb54584e8b (patch)
tree1ac6b3a4424b676415160b708fbbdff5dcfb4cae /src/VBox/Frontends/VBoxSDL/Framebuffer.h
parentd86faa7dfceee984e2baa24062c5c3fef4a14649 (diff)
downloadVirtualBox-svn-2901cb43724f09fc0b4360b85b9a47fb54584e8b.tar.gz
IDisplay::SetFramebufferUpdateMode and IFramebuffer::NotifyUpdateImage.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@51627 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Frontends/VBoxSDL/Framebuffer.h')
-rw-r--r--src/VBox/Frontends/VBoxSDL/Framebuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Frontends/VBoxSDL/Framebuffer.h b/src/VBox/Frontends/VBoxSDL/Framebuffer.h
index 08fa001bb0c..b43f45ae149 100644
--- a/src/VBox/Frontends/VBoxSDL/Framebuffer.h
+++ b/src/VBox/Frontends/VBoxSDL/Framebuffer.h
@@ -81,6 +81,7 @@ public:
STDMETHOD(COMGETTER(WinId)) (int64_t *winId);
STDMETHOD(NotifyUpdate)(ULONG x, ULONG y, ULONG w, ULONG h);
+ STDMETHOD(NotifyUpdateImage)(ULONG x, ULONG y, ULONG w, ULONG h, ComSafeArrayIn(BYTE, aImage));
STDMETHOD(NotifyChange)(ULONG aScreenId,
ULONG aXOrigin,
ULONG aYOrigin,