summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VBoxFB
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Frontends/VBoxFB')
-rw-r--r--src/VBox/Frontends/VBoxFB/Framebuffer.cpp7
-rw-r--r--src/VBox/Frontends/VBoxFB/Framebuffer.h3
-rw-r--r--src/VBox/Frontends/VBoxFB/Helper.cpp2
-rw-r--r--src/VBox/Frontends/VBoxFB/Helper.h2
-rw-r--r--src/VBox/Frontends/VBoxFB/VBoxFB.cpp2
5 files changed, 11 insertions, 5 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);
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);
diff --git a/src/VBox/Frontends/VBoxFB/Helper.cpp b/src/VBox/Frontends/VBoxFB/Helper.cpp
index 99ef8e2c..dd552ff7 100644
--- a/src/VBox/Frontends/VBoxFB/Helper.cpp
+++ b/src/VBox/Frontends/VBoxFB/Helper.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;
diff --git a/src/VBox/Frontends/VBoxFB/Helper.h b/src/VBox/Frontends/VBoxFB/Helper.h
index 4426b727..ffad3f93 100644
--- a/src/VBox/Frontends/VBoxFB/Helper.h
+++ b/src/VBox/Frontends/VBoxFB/Helper.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;
diff --git a/src/VBox/Frontends/VBoxFB/VBoxFB.cpp b/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
index 76e0ac61..d9af54db 100644
--- a/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
+++ b/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
@@ -8,7 +8,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;