diff options
Diffstat (limited to 'src/VBox/Frontends/VBoxFB/Framebuffer.h')
| -rw-r--r-- | src/VBox/Frontends/VBoxFB/Framebuffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VBox/Frontends/VBoxFB/Framebuffer.h b/src/VBox/Frontends/VBoxFB/Framebuffer.h index 158b7709..959d4c0d 100644 --- a/src/VBox/Frontends/VBoxFB/Framebuffer.h +++ b/src/VBox/Frontends/VBoxFB/Framebuffer.h @@ -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; @@ -52,6 +52,7 @@ public: NS_IMETHOD ProcessVHWACommand(PRUint8 *pCommand); + NS_IMETHOD Notify3DEvent(PRUint32 type, PRUint8 *reserved); private: int createSurface(uint32_t w, uint32_t h); |
