diff options
Diffstat (limited to 'src/VBox/Frontends/VBoxFB/Framebuffer.cpp')
| -rw-r--r-- | src/VBox/Frontends/VBoxFB/Framebuffer.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/VBox/Frontends/VBoxFB/Framebuffer.cpp b/src/VBox/Frontends/VBoxFB/Framebuffer.cpp index e9fa6aae..bac3d94f 100644 --- a/src/VBox/Frontends/VBoxFB/Framebuffer.cpp +++ b/src/VBox/Frontends/VBoxFB/Framebuffer.cpp @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2006-2009 Oracle Corporation + * Copyright (C) 2006-2010 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -352,6 +352,11 @@ NS_IMETHODIMP VBoxDirectFB::ProcessVHWACommand(PRUint8 *command) return NS_ERROR_NOT_IMPLEMENTED; } +NS_IMETHODIMP VBoxDirectFB::Notify3DEvent(PRUint32 type, PRUint8 *reserved) +{ + return NS_ERROR_NOT_IMPLEMENTED; +} + int VBoxDirectFB::createSurface(uint32_t w, uint32_t h) { printf("creating a new internal surface, w = %u, h = %u...\n", w, h); |
