summaryrefslogtreecommitdiff
path: root/libs/ui/FramebufferNativeWindow.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2009-05-05 18:21:32 -0700
committer Mathias Agopian <mathias@google.com> 2009-05-05 18:21:32 -0700
commit58a79f47457e9cae2f6880653b581fe3170b0b1f (patch)
treea8d9998ea868301995f31298b3c555dadd084ad2 /libs/ui/FramebufferNativeWindow.cpp
parent7189c0054e29a66d945f5657c48d5ecf538ea511 (diff)
move android_native_buffer_t declaration into its own private/ui/android_native_priv.h header, since user code should never have access to it.
Diffstat (limited to 'libs/ui/FramebufferNativeWindow.cpp')
-rw-r--r--libs/ui/FramebufferNativeWindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ui/FramebufferNativeWindow.cpp b/libs/ui/FramebufferNativeWindow.cpp
index 5e69cff985..4e692e2c27 100644
--- a/libs/ui/FramebufferNativeWindow.cpp
+++ b/libs/ui/FramebufferNativeWindow.cpp
@@ -38,6 +38,8 @@
#include <hardware/hardware.h>
#include <hardware/gralloc.h>
+#include <private/ui/android_natives_priv.h>
+
// ----------------------------------------------------------------------------
namespace android {
// ----------------------------------------------------------------------------