diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2014-03-26 19:21:20 +0000 |
|---|---|---|
| committer | <> | 2014-05-08 15:03:54 +0000 |
| commit | fb123f93f9f5ce42c8e5785d2f8e0edaf951740e (patch) | |
| tree | c2103d76aec5f1f10892cd1d3a38e24f665ae5db /src/VBox/Frontends/VBoxSDL/Framebuffer.cpp | |
| parent | 58ed4748338f9466599adfc8a9171280ed99e23f (diff) | |
| download | VirtualBox-master.tar.gz | |
Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2.HEADVirtualBox-4.3.10master
Diffstat (limited to 'src/VBox/Frontends/VBoxSDL/Framebuffer.cpp')
| -rw-r--r-- | src/VBox/Frontends/VBoxSDL/Framebuffer.cpp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp b/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp index 73216b6e..00b80ab4 100644 --- a/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp +++ b/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp @@ -20,7 +20,6 @@ #include <VBox/com/string.h> #include <VBox/com/Guid.h> #include <VBox/com/ErrorInfo.h> -#include <VBox/com/EventQueue.h> #include <VBox/com/VirtualBox.h> #include <iprt/stream.h> @@ -168,7 +167,7 @@ bool VBoxSDLFB::init(bool fShowSDLConfig) #ifdef RT_OS_WINDOWS /* default to DirectX if nothing else set */ - if (!RTEnvGet("SDL_VIDEODRIVER")) + if (!RTEnvExist("SDL_VIDEODRIVER")) { _putenv("SDL_VIDEODRIVER=directx"); // _putenv("SDL_VIDEODRIVER=windib"); @@ -621,6 +620,12 @@ STDMETHODIMP VBoxSDLFB::ProcessVHWACommand(BYTE *pCommand) { return E_NOTIMPL; } + +STDMETHODIMP VBoxSDLFB::Notify3DEvent(ULONG uType, BYTE *pReserved) +{ + return E_NOTIMPL; +} + // // Internal public methods // |
