summaryrefslogtreecommitdiff
path: root/include/ui/FramebufferNativeWindow.h
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2009-08-11 22:34:02 -0700
committer Mathias Agopian <mathias@google.com> 2009-08-11 23:32:29 -0700
commit5221271375f361b84a6eeec3d7086f223997fbb3 (patch)
treef65cab160cf38b9ed577f1cb5bc2f9882fc8631c /include/ui/FramebufferNativeWindow.h
parent40ef81c7fce7cd1b028aec7b8b27b77ce6bf7b90 (diff)
second take, hopefully this time it doesn't break one of the builds: "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything."
Diffstat (limited to 'include/ui/FramebufferNativeWindow.h')
-rw-r--r--include/ui/FramebufferNativeWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/FramebufferNativeWindow.h b/include/ui/FramebufferNativeWindow.h
index cb9bf940e2..68144b5944 100644
--- a/include/ui/FramebufferNativeWindow.h
+++ b/include/ui/FramebufferNativeWindow.h
@@ -63,6 +63,7 @@ private:
static int lockBuffer(android_native_window_t* window, android_native_buffer_t* buffer);
static int queueBuffer(android_native_window_t* window, android_native_buffer_t* buffer);
static int query(android_native_window_t* window, int what, int* value);
+ static int perform(android_native_window_t* window, int operation, ...);
framebuffer_device_t* fbDev;
alloc_device_t* grDev;